Shades of Light Sky Blue #8ED0FA
Tints of Light Sky Blue #8ED0FA
RGB
CMYK
RGB Variations
Color information
#8ED0FA (or 0x8ED0FA) is known color: Light Sky Blue. HEX triplet: 8E, D0 and FA. RGB value is (142,208,250). Sum of RGB (Red+Green+Blue) = 142+208+250=600 (79% of max value = 765). Red value is 142 (55.86% from 255 or 23.67% from 600); Green value is 208 (81.64% from 255 or 34.67% from 600); Blue value is 250 (98.05% from 255 or 41.67% from 600); Max value from RGB is 250 - color contains mainly: blue. Hex color #8ED0FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ED0FA is #712F05. Grayscale: #C0C0C0. Windows color (decimal): -7417606 or 16437390. OLE color: 16437390.
HSL color Cylindrical-coordinate representation of color #8ED0FA: hue angle of 203.33º 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 #8ED0FA is Cyan = 0.43, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 142 | 208 | 250 | - |
| CMYK | 0.43 | 0.17 | 0 | 0.02 |
| HSL | 203.33º | 0.92% | 0.77% | - |
| HSV(B) | 203.33º | 0.43% | 0.98% | - |
| XYZ | 50.97 | 57.76 | 98.91 | - |
| YUV | 193.05 | 160.13 | 91.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 208 | 250 | 0.43 | 0.17 | 0 | 0.02 | 203.33 | 0.92 | 0.77 |
| Hex | 8E | D0 | FA | 2B | 11 | 0 | 2 | CB | 5C | 4D |
| Octal | 216 | 320 | 372 | 53 | 21 | 0 | 2 | 313 | 134 | 115 |
| Binary | 10001110 | 11010000 | 11111010 | 101011 | 10001 | 0 | 10 | 11001011 | 1011100 | 1001101 |
Color Harmonies of #8ED0FA
Complementary color
Monochromatic Colors of #8ED0FA
Black with #8ED0FA
Text Example
Text Example
White with #8ED0FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ED0FA; }
p { color: rgb(142,208,250); }
H1.HeaderClassName
{
color: #8ED0FA;
}
.AnyTagClassName
{
color: #8ED0FA;
}
</style>
background-color css
<style>
a { background-color: #8ED0FA; }
a { background-color: rgb(142,208,250); }
div.DivClassName
{
background-color: #8ED0FA;
}
.BgClassName
{
background-color: #8ED0FA;
}
</style>
border-color css
<style>
span { border-color: #8ED0FA; }
span { border-color: rgb(142,208,250); }
td.TdClassName
{
border-color: #8ED0FA;
}
.TagClassName
{
border-color: #8ED0FA;
}
</style>