Shades of Light Sky Blue #8ED8FE
Tints of Light Sky Blue #8ED8FE
RGB
CMYK
RGB Variations
Color information
#8ED8FE (or 0x8ED8FE) is known color: Light Sky Blue. HEX triplet: 8E, D8 and FE. RGB value is (142,216,254). Sum of RGB (Red+Green+Blue) = 142+216+254=612 (81% of max value = 765). Red value is 142 (55.86% from 255 or 23.20% from 612); Green value is 216 (84.77% from 255 or 35.29% from 612); Blue value is 254 (99.61% from 255 or 41.50% from 612); Max value from RGB is 254 - color contains mainly: blue. Hex color #8ED8FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ED8FE is #712701. Grayscale: #C5C5C5. Windows color (decimal): -7415554 or 16701582. OLE color: 16701582.
HSL color Cylindrical-coordinate representation of color #8ED8FE: hue angle of 200.36º 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 #8ED8FE is Cyan = 0.44, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 142 | 216 | 254 | - |
| CMYK | 0.44 | 0.15 | 0 | 0.00 |
| HSL | 200.36º | 0.98% | 0.78% | - |
| HSV(B) | 200.36º | 0.44% | 1% | - |
| XYZ | 53.6 | 62.02 | 102.91 | - |
| YUV | 198.21 | 159.48 | 87.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 216 | 254 | 0.44 | 0.15 | 0 | 0.00 | 200.36 | 0.98 | 0.78 |
| Hex | 8E | D8 | FE | 2C | F | 0 | 0 | C8 | 62 | 4E |
| Octal | 216 | 330 | 376 | 54 | 17 | 0 | 0 | 310 | 142 | 116 |
| Binary | 10001110 | 11011000 | 11111110 | 101100 | 1111 | 0 | 0 | 11001000 | 1100010 | 1001110 |
Color Harmonies of #8ED8FE
Complementary color
Monochromatic Colors of #8ED8FE
Black with #8ED8FE
Text Example
Text Example
White with #8ED8FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ED8FE; }
p { color: rgb(142,216,254); }
H1.HeaderClassName
{
color: #8ED8FE;
}
.AnyTagClassName
{
color: #8ED8FE;
}
</style>
background-color css
<style>
a { background-color: #8ED8FE; }
a { background-color: rgb(142,216,254); }
div.DivClassName
{
background-color: #8ED8FE;
}
.BgClassName
{
background-color: #8ED8FE;
}
</style>
border-color css
<style>
span { border-color: #8ED8FE; }
span { border-color: rgb(142,216,254); }
td.TdClassName
{
border-color: #8ED8FE;
}
.TagClassName
{
border-color: #8ED8FE;
}
</style>