#8ECBF6

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

Shades of Light Sky Blue #8ECBF6

Tints of Light Sky Blue #8ECBF6

Color information

#8ECBF6 (or 0x8ECBF6) is unknown color: approx Light Sky Blue. HEX triplet: 8E, CB and F6. RGB value is (142,203,246). Sum of RGB (Red+Green+Blue) = 142+203+246=591 (78% of max value = 765). Red value is 142 (55.86% from 255 or 24.03% from 591); Green value is 203 (79.69% from 255 or 34.35% from 591); Blue value is 246 (96.48% from 255 or 41.62% from 591); Max value from RGB is 246 - color contains mainly: blue. Hex color #8ECBF6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ECBF6 is #713409. Grayscale: #BDBDBD. Windows color (decimal): -7418890 or 16173966. OLE color: 16173966.

HSL color Cylindrical-coordinate representation of color #8ECBF6: hue angle of 204.81º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8ECBF6 is Cyan = 0.42, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB142203246-
CMYK0.420.1700.04
HSL204.81º85.25%76.08%-
HSV(B)204.81º42.28%96.47%-
XYZ49.1555.1295.24-
YUV189.66159.7994-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 24.03%
GREEN value IS 203 (79.69% from 255) = 34.35%
BLUE value IS 246 (96.48% from 255) = 41.62%
R=24.03%
G=34.35%
B=41.62%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1422032460.420.1700.04204.8185.2576.08
Hex8ECBF62A1104cd554c
Octal216313366522104315125114
Binary1000111011001011111101101010101000101001100110110101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ECBF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,203,246); }

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

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

 a { background-color: rgb(142,203,246); }

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

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

 span { border-color: rgb(142,203,246); }

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