#8ECDF4

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

Shades of Light Sky Blue #8ECDF4

Tints of Light Sky Blue #8ECDF4

Color information

#8ECDF4 (or 0x8ECDF4) is unknown color: approx Light Sky Blue. HEX triplet: 8E, CD and F4. RGB value is (142,205,244). Sum of RGB (Red+Green+Blue) = 142+205+244=591 (78% of max value = 765). Red value is 142 (55.86% from 255 or 24.03% from 591); Green value is 205 (80.47% from 255 or 34.69% from 591); Blue value is 244 (95.70% from 255 or 41.29% from 591); Max value from RGB is 244 - color contains mainly: blue. Hex color #8ECDF4 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ECDF4 is #71320B. Grayscale: #BEBEBE. Windows color (decimal): -7418380 or 16043406. OLE color: 16043406.

HSL color Cylindrical-coordinate representation of color #8ECDF4: hue angle of 202.94º degrees, saturation: 0.82, 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 #8ECDF4 is Cyan = 0.42, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB142205244-
CMYK0.420.1600.04
HSL202.94º82.26%75.69%-
HSV(B)202.94º41.8%95.69%-
XYZ49.3255.9593.79-
YUV190.61158.1393.33-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 24.03%
GREEN value IS 205 (80.47% from 255) = 34.69%
BLUE value IS 244 (95.70% from 255) = 41.29%
R=24.03%
G=34.69%
B=41.29%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1422052440.420.1600.04202.9482.2675.69
Hex8ECDF42A1004cb524c
Octal216315364522004313122114
Binary1000111011001101111101001010101000001001100101110100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ECDF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,205,244); }

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

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

 a { background-color: rgb(142,205,244); }

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

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

 span { border-color: rgb(142,205,244); }

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