#8ECEF3

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

Shades of Light Sky Blue #8ECEF3

Tints of Light Sky Blue #8ECEF3

Color information

#8ECEF3 (or 0x8ECEF3) is unknown color: approx Light Sky Blue. HEX triplet: 8E, CE and F3. RGB value is (142,206,243). Sum of RGB (Red+Green+Blue) = 142+206+243=591 (78% of max value = 765). Red value is 142 (55.86% from 255 or 24.03% from 591); Green value is 206 (80.86% from 255 or 34.86% from 591); Blue value is 243 (95.31% from 255 or 41.12% from 591); Max value from RGB is 243 - color contains mainly: blue. Hex color #8ECEF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ECEF3 is #71310C. Grayscale: #BEBEBE. Windows color (decimal): -7418125 or 15978126. OLE color: 15978126.

HSL color Cylindrical-coordinate representation of color #8ECEF3: hue angle of 201.98º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8ECEF3 is Cyan = 0.42, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB142206243-
CMYK0.420.1500.05
HSL201.98º80.8%75.49%-
HSV(B)201.98º41.56%95.29%-
XYZ49.456.3693.07-
YUV191.08157.392.99-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 24.03%
GREEN value IS 206 (80.86% from 255) = 34.86%
BLUE value IS 243 (95.31% from 255) = 41.12%
R=24.03%
G=34.86%
B=41.12%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1422062430.420.1500.05201.9880.875.49
Hex8ECEF32AF05ca514b
Octal216316363521705312121113
Binary100011101100111011110011101010111101011100101010100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ECEF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,206,243); }

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

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

 a { background-color: rgb(142,206,243); }

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

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

 span { border-color: rgb(142,206,243); }

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