#8ec0ff

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

Shades of Light Sky Blue #8EC0FF

Tints of Light Sky Blue #8EC0FF

Color information

#8EC0FF (or 0x8EC0FF) is unknown color: approx Light Sky Blue. HEX triplet: 8E, C0 and FF. RGB value is (142,192,255). Sum of RGB (Red+Green+Blue) = 142+192+255=589 (78% of max value = 765). Red value is 142 (55.86% from 255 or 24.11% from 589); Green value is 192 (75.39% from 255 or 32.60% from 589); Blue value is 255 (100% from 255 or 43.29% from 589); Max value from RGB is 255 - color contains mainly: blue. Hex color #8EC0FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8EC0FF is #713F00. Grayscale: #B7B7B7. Windows color (decimal): -7421697 or 16760974. OLE color: 16760974.

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

Color convert

RGB142192255-
CMYK0.440.2500
HSL213.45º100%77.84%-
HSV(B)213.45º44.31%100%-
XYZ48.0550.67101.86-
YUV184.23167.9497.88-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 24.11%
GREEN value IS 192 (75.39% from 255) = 32.60%
BLUE value IS 255 (100% from 255) = 43.29%
R=24.11%
G=32.60%
B=43.29%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1421922550.440.2500213.4510077.84
Hex8EC0FF2C1900d5644e
Octal216300377543100325144116
Binary10001110110000001111111110110011001001101010111001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ec0ff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,192,255); }

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

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

 a { background-color: rgb(142,192,255); }

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

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

 span { border-color: rgb(142,192,255); }

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