#8ED8FF

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

Shades of Light Sky Blue #8ED8FF

Tints of Light Sky Blue #8ED8FF

Color information

#8ED8FF (or 0x8ED8FF) is unknown color: approx Light Sky Blue. HEX triplet: 8E, D8 and FF. RGB value is (142,216,255). Sum of RGB (Red+Green+Blue) = 142+216+255=613 (81% of max value = 765). Red value is 142 (55.86% from 255 or 23.16% from 613); Green value is 216 (84.77% from 255 or 35.24% from 613); Blue value is 255 (100% from 255 or 41.60% from 613); Max value from RGB is 255 - color contains mainly: blue. Hex color #8ED8FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ED8FF is #712700. Grayscale: #C6C6C6. Windows color (decimal): -7415553 or 16767118. OLE color: 16767118.

HSL color Cylindrical-coordinate representation of color #8ED8FF: hue angle of 200.71º 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 #8ED8FF is Cyan = 0.44, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB142216255-
CMYK0.440.1500
HSL200.71º100%77.84%-
HSV(B)200.71º44.31%100%-
XYZ53.7662.08103.76-
YUV198.32159.9887.83-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 23.16%
GREEN value IS 216 (84.77% from 255) = 35.24%
BLUE value IS 255 (100% from 255) = 41.60%
R=23.16%
G=35.24%
B=41.60%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1422162550.440.1500200.7110077.84
Hex8ED8FF2CF00c9644e
Octal216330377541700311144116
Binary1000111011011000111111111011001111001100100111001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ED8FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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