#8ECAFE

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

Shades of Light Sky Blue #8ECAFE

Tints of Light Sky Blue #8ECAFE

Color information

#8ECAFE (or 0x8ECAFE) is unknown color: approx Light Sky Blue. HEX triplet: 8E, CA and FE. RGB value is (142,202,254). Sum of RGB (Red+Green+Blue) = 142+202+254=598 (79% of max value = 765). Red value is 142 (55.86% from 255 or 23.75% from 598); Green value is 202 (79.30% from 255 or 33.78% from 598); Blue value is 254 (99.61% from 255 or 42.47% from 598); Max value from RGB is 254 - color contains mainly: blue. Hex color #8ECAFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ECAFE is #713501. Grayscale: #BDBDBD. Windows color (decimal): -7419138 or 16697998. OLE color: 16697998.

HSL color Cylindrical-coordinate representation of color #8ECAFE: hue angle of 207.86º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8ECAFE is Cyan = 0.44, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB142202254-
CMYK0.440.2000.00
HSL207.86º98.25%77.65%-
HSV(B)207.86º44.09%99.61%-
XYZ50.1755.15101.77-
YUV189.99164.1293.77-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 23.75%
GREEN value IS 202 (79.30% from 255) = 33.78%
BLUE value IS 254 (99.61% from 255) = 42.47%
R=23.75%
G=33.78%
B=42.47%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1422022540.440.2000.00207.8698.2577.65
Hex8ECAFE2C1400d0624e
Octal216312376542400320142116
Binary10001110110010101111111010110010100001101000011000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ECAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,202,254); }

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

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

 a { background-color: rgb(142,202,254); }

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

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

 span { border-color: rgb(142,202,254); }

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