#8EC5FD

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

Shades of Light Sky Blue #8EC5FD

Tints of Light Sky Blue #8EC5FD

Color information

#8EC5FD (or 0x8EC5FD) is unknown color: approx Light Sky Blue. HEX triplet: 8E, C5 and FD. RGB value is (142,197,253). Sum of RGB (Red+Green+Blue) = 142+197+253=592 (78% of max value = 765). Red value is 142 (55.86% from 255 or 23.99% from 592); Green value is 197 (77.34% from 255 or 33.28% from 592); Blue value is 253 (99.22% from 255 or 42.74% from 592); Max value from RGB is 253 - color contains mainly: blue. Hex color #8EC5FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8EC5FD is #713A02. Grayscale: #BABABA. Windows color (decimal): -7420419 or 16631182. OLE color: 16631182.

HSL color Cylindrical-coordinate representation of color #8EC5FD: hue angle of 210.27º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8EC5FD is Cyan = 0.44, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB142197253-
CMYK0.440.2200.01
HSL210.27º96.52%77.45%-
HSV(B)210.27º43.87%99.22%-
XYZ48.8552.78100.54-
YUV186.94165.2895.95-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 23.99%
GREEN value IS 197 (77.34% from 255) = 33.28%
BLUE value IS 253 (99.22% from 255) = 42.74%
R=23.99%
G=33.28%
B=42.74%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1421972530.440.2200.01210.2796.5277.45
Hex8EC5FD2C1601d2614d
Octal216305375542601322141115
Binary10001110110001011111110110110010110011101001011000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EC5FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,197,253); }

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

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

 a { background-color: rgb(142,197,253); }

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

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

 span { border-color: rgb(142,197,253); }

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