Shades of Light Sky Blue #8EC6FE
Tints of Light Sky Blue #8EC6FE
RGB
CMYK
RGB Variations
Color information
#8EC6FE (or 0x8EC6FE) is known color: Light Sky Blue. HEX triplet: 8E, C6 and FE. RGB value is (142,198,254). Sum of RGB (Red+Green+Blue) = 142+198+254=594 (78% of max value = 765). Red value is 142 (55.86% from 255 or 23.91% from 594); Green value is 198 (77.73% from 255 or 33.33% from 594); Blue value is 254 (99.61% from 255 or 42.76% from 594); Max value from RGB is 254 - color contains mainly: blue. Hex color #8EC6FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8EC6FE is #713901. Grayscale: #BBBBBB. Windows color (decimal): -7420162 or 16696974. OLE color: 16696974.
HSL color Cylindrical-coordinate representation of color #8EC6FE: hue angle of 210º 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 #8EC6FE is Cyan = 0.44, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 142 | 198 | 254 | - |
| CMYK | 0.44 | 0.22 | 0 | 0.00 |
| HSL | 210º | 0.98% | 0.78% | - |
| HSV(B) | 210º | 0.44% | 1% | - |
| XYZ | 49.24 | 53.29 | 101.46 | - |
| YUV | 187.64 | 165.45 | 95.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 198 | 254 | 0.44 | 0.22 | 0 | 0.00 | 210 | 0.98 | 0.78 |
| Hex | 8E | C6 | FE | 2C | 16 | 0 | 0 | D2 | 62 | 4E |
| Octal | 216 | 306 | 376 | 54 | 26 | 0 | 0 | 322 | 142 | 116 |
| Binary | 10001110 | 11000110 | 11111110 | 101100 | 10110 | 0 | 0 | 11010010 | 1100010 | 1001110 |
Color Harmonies of #8EC6FE
Complementary color
Monochromatic Colors of #8EC6FE
Black with #8EC6FE
Text Example
Text Example
White with #8EC6FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EC6FE; }
p { color: rgb(142,198,254); }
H1.HeaderClassName
{
color: #8EC6FE;
}
.AnyTagClassName
{
color: #8EC6FE;
}
</style>
background-color css
<style>
a { background-color: #8EC6FE; }
a { background-color: rgb(142,198,254); }
div.DivClassName
{
background-color: #8EC6FE;
}
.BgClassName
{
background-color: #8EC6FE;
}
</style>
border-color css
<style>
span { border-color: #8EC6FE; }
span { border-color: rgb(142,198,254); }
td.TdClassName
{
border-color: #8EC6FE;
}
.TagClassName
{
border-color: #8EC6FE;
}
</style>