Shades of Light Sky Blue #8EC8FC
Tints of Light Sky Blue #8EC8FC
RGB
CMYK
RGB Variations
Color information
#8EC8FC (or 0x8EC8FC) is known color: Light Sky Blue. HEX triplet: 8E, C8 and FC. RGB value is (142,200,252). Sum of RGB (Red+Green+Blue) = 142+200+252=594 (78% of max value = 765). Red value is 142 (55.86% from 255 or 23.91% from 594); Green value is 200 (78.52% from 255 or 33.67% from 594); Blue value is 252 (98.83% from 255 or 42.42% from 594); Max value from RGB is 252 - color contains mainly: blue. Hex color #8EC8FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8EC8FC is #713703. Grayscale: #BCBCBC. Windows color (decimal): -7419652 or 16566414. OLE color: 16566414.
HSL color Cylindrical-coordinate representation of color #8EC8FC: hue angle of 208.36º degrees, saturation: 0.95, 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 #8EC8FC is Cyan = 0.44, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 142 | 200 | 252 | - |
| CMYK | 0.44 | 0.21 | 0 | 0.01 |
| HSL | 208.36º | 0.95% | 0.77% | - |
| HSV(B) | 208.36º | 0.44% | 0.99% | - |
| XYZ | 49.38 | 54.09 | 99.93 | - |
| YUV | 188.59 | 163.78 | 94.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 200 | 252 | 0.44 | 0.21 | 0 | 0.01 | 208.36 | 0.95 | 0.77 |
| Hex | 8E | C8 | FC | 2C | 15 | 0 | 1 | D0 | 5F | 4D |
| Octal | 216 | 310 | 374 | 54 | 25 | 0 | 1 | 320 | 137 | 115 |
| Binary | 10001110 | 11001000 | 11111100 | 101100 | 10101 | 0 | 1 | 11010000 | 1011111 | 1001101 |
Color Harmonies of #8EC8FC
Complementary color
Monochromatic Colors of #8EC8FC
Black with #8EC8FC
Text Example
Text Example
White with #8EC8FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EC8FC; }
p { color: rgb(142,200,252); }
H1.HeaderClassName
{
color: #8EC8FC;
}
.AnyTagClassName
{
color: #8EC8FC;
}
</style>
background-color css
<style>
a { background-color: #8EC8FC; }
a { background-color: rgb(142,200,252); }
div.DivClassName
{
background-color: #8EC8FC;
}
.BgClassName
{
background-color: #8EC8FC;
}
</style>
border-color css
<style>
span { border-color: #8EC8FC; }
span { border-color: rgb(142,200,252); }
td.TdClassName
{
border-color: #8EC8FC;
}
.TagClassName
{
border-color: #8EC8FC;
}
</style>