Shades of Light Sky Blue #8EC9FD
Tints of Light Sky Blue #8EC9FD
RGB
CMYK
RGB Variations
Color information
#8EC9FD (or 0x8EC9FD) is known color: Light Sky Blue. HEX triplet: 8E, C9 and FD. RGB value is (142,201,253). Sum of RGB (Red+Green+Blue) = 142+201+253=596 (78% of max value = 765). Red value is 142 (55.86% from 255 or 23.83% from 596); Green value is 201 (78.91% from 255 or 33.72% from 596); Blue value is 253 (99.22% from 255 or 42.45% from 596); Max value from RGB is 253 - color contains mainly: blue. Hex color #8EC9FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8EC9FD is #713602. Grayscale: #BDBDBD. Windows color (decimal): -7419395 or 16632206. OLE color: 16632206.
HSL color Cylindrical-coordinate representation of color #8EC9FD: hue angle of 208.11º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8EC9FD is Cyan = 0.44, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 142 | 201 | 253 | - |
| CMYK | 0.44 | 0.21 | 0 | 0.01 |
| HSL | 208.11º | 0.97% | 0.77% | - |
| HSV(B) | 208.11º | 0.44% | 0.99% | - |
| XYZ | 49.77 | 54.62 | 100.85 | - |
| YUV | 189.29 | 163.95 | 94.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 201 | 253 | 0.44 | 0.21 | 0 | 0.01 | 208.11 | 0.97 | 0.77 |
| Hex | 8E | C9 | FD | 2C | 15 | 0 | 1 | D0 | 61 | 4D |
| Octal | 216 | 311 | 375 | 54 | 25 | 0 | 1 | 320 | 141 | 115 |
| Binary | 10001110 | 11001001 | 11111101 | 101100 | 10101 | 0 | 1 | 11010000 | 1100001 | 1001101 |
Color Harmonies of #8EC9FD
Complementary color
Monochromatic Colors of #8EC9FD
Black with #8EC9FD
Text Example
Text Example
White with #8EC9FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EC9FD; }
p { color: rgb(142,201,253); }
H1.HeaderClassName
{
color: #8EC9FD;
}
.AnyTagClassName
{
color: #8EC9FD;
}
</style>
background-color css
<style>
a { background-color: #8EC9FD; }
a { background-color: rgb(142,201,253); }
div.DivClassName
{
background-color: #8EC9FD;
}
.BgClassName
{
background-color: #8EC9FD;
}
</style>
border-color css
<style>
span { border-color: #8EC9FD; }
span { border-color: rgb(142,201,253); }
td.TdClassName
{
border-color: #8EC9FD;
}
.TagClassName
{
border-color: #8EC9FD;
}
</style>