#8BC0FE

Color #8BC0FE Light Sky Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Sky Blue #8BC0FE

Tints of Light Sky Blue #8BC0FE

Color information

#8BC0FE (or 0x8BC0FE) is unknown color: approx Light Sky Blue. HEX triplet: 8B, C0 and FE. RGB value is (139,192,254). Sum of RGB (Red+Green+Blue) = 139+192+254=585 (77% of max value = 765). Red value is 139 (54.69% from 255 or 23.76% from 585); Green value is 192 (75.39% from 255 or 32.82% from 585); Blue value is 254 (99.61% from 255 or 43.42% from 585); Max value from RGB is 254 - color contains mainly: blue. Hex color #8BC0FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BC0FE is #743F01. Grayscale: #B6B6B6. Windows color (decimal): -7618306 or 16695435. OLE color: 16695435.

HSL color Cylindrical-coordinate representation of color #8BC0FE: hue angle of 212.35º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8BC0FE is Cyan = 0.45, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB139192254-
CMYK0.450.2400.00
HSL212.35º98.29%77.06%-
HSV(B)212.35º45.28%99.61%-
XYZ47.3950.34100.99-
YUV183.22167.9496.46-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 139 (54.69% from 255) = 23.76%
GREEN value IS 192 (75.39% from 255) = 32.82%
BLUE value IS 254 (99.61% from 255) = 43.42%
R=23.76%
G=32.82%
B=43.42%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1391922540.450.2400.00212.3598.2977.06
Hex8BC0FE2D1800d4624d
Octal213300376553000324142115
Binary10001011110000001111111010110111000001101010011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BC0FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8BC0FE; }

 p { color: rgb(139,192,254); }

 H1.HeaderClassName
 {
   color: #8BC0FE;
 }
 .AnyTagClassName
 {
   color: #8BC0FE;
 }
</style>
background-color css

<style>
 a { background-color: #8BC0FE; }

 a { background-color: rgb(139,192,254); }

 div.DivClassName
 {
   background-color: #8BC0FE;
 }
 .BgClassName
 {
   background-color: #8BC0FE;
 }
</style>
border-color css

<style>
 span { border-color: #8BC0FE; }

 span { border-color: rgb(139,192,254); }

 td.TdClassName
 {
   border-color: #8BC0FE;
 }
 .TagClassName
 {
   border-color: #8BC0FE;
 }
</style>