#8ECEFA

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

Shades of Light Sky Blue #8ECEFA

Tints of Light Sky Blue #8ECEFA

Color information

#8ECEFA (or 0x8ECEFA) is unknown color: approx Light Sky Blue. HEX triplet: 8E, CE and FA. RGB value is (142,206,250). Sum of RGB (Red+Green+Blue) = 142+206+250=598 (79% of max value = 765). Red value is 142 (55.86% from 255 or 23.75% from 598); Green value is 206 (80.86% from 255 or 34.45% from 598); Blue value is 250 (98.05% from 255 or 41.81% from 598); Max value from RGB is 250 - color contains mainly: blue. Hex color #8ECEFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ECEFA is #713105. Grayscale: #BFBFBF. Windows color (decimal): -7418118 or 16436878. OLE color: 16436878.

HSL color Cylindrical-coordinate representation of color #8ECEFA: hue angle of 204.44º degrees, saturation: 0.92, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8ECEFA is Cyan = 0.43, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB142206250-
CMYK0.430.1800.02
HSL204.44º91.53%76.86%-
HSV(B)204.44º43.2%98.04%-
XYZ50.4856.898.74-
YUV191.88160.892.42-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 23.75%
GREEN value IS 206 (80.86% from 255) = 34.45%
BLUE value IS 250 (98.05% from 255) = 41.81%
R=23.75%
G=34.45%
B=41.81%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1422062500.430.1800.02204.4491.5376.86
Hex8ECEFA2B1202cc5c4d
Octal216316372532202314134115
Binary100011101100111011111010101011100100101100110010111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ECEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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