Shades of Light Sky Blue #8EC2FE
Tints of Light Sky Blue #8EC2FE
RGB
CMYK
RGB Variations
Color information
#8EC2FE (or 0x8EC2FE) is known color: Light Sky Blue. HEX triplet: 8E, C2 and FE. RGB value is (142,194,254). Sum of RGB (Red+Green+Blue) = 142+194+254=590 (78% of max value = 765). Red value is 142 (55.86% from 255 or 24.07% from 590); Green value is 194 (76.17% from 255 or 32.88% from 590); Blue value is 254 (99.61% from 255 or 43.05% from 590); Max value from RGB is 254 - color contains mainly: blue. Hex color #8EC2FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8EC2FE is #713D01. Grayscale: #B9B9B9. Windows color (decimal): -7421186 or 16695950. OLE color: 16695950.
HSL color Cylindrical-coordinate representation of color #8EC2FE: hue angle of 212.14º 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 #8EC2FE is Cyan = 0.44, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 142 | 194 | 254 | - |
| CMYK | 0.44 | 0.24 | 0 | 0.00 |
| HSL | 212.14º | 0.98% | 0.78% | - |
| HSV(B) | 212.14º | 0.44% | 1% | - |
| XYZ | 48.34 | 51.49 | 101.16 | - |
| YUV | 185.29 | 166.77 | 97.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 194 | 254 | 0.44 | 0.24 | 0 | 0.00 | 212.14 | 0.98 | 0.78 |
| Hex | 8E | C2 | FE | 2C | 18 | 0 | 0 | D4 | 62 | 4E |
| Octal | 216 | 302 | 376 | 54 | 30 | 0 | 0 | 324 | 142 | 116 |
| Binary | 10001110 | 11000010 | 11111110 | 101100 | 11000 | 0 | 0 | 11010100 | 1100010 | 1001110 |
Color Harmonies of #8EC2FE
Complementary color
Monochromatic Colors of #8EC2FE
Black with #8EC2FE
Text Example
Text Example
White with #8EC2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EC2FE; }
p { color: rgb(142,194,254); }
H1.HeaderClassName
{
color: #8EC2FE;
}
.AnyTagClassName
{
color: #8EC2FE;
}
</style>
background-color css
<style>
a { background-color: #8EC2FE; }
a { background-color: rgb(142,194,254); }
div.DivClassName
{
background-color: #8EC2FE;
}
.BgClassName
{
background-color: #8EC2FE;
}
</style>
border-color css
<style>
span { border-color: #8EC2FE; }
span { border-color: rgb(142,194,254); }
td.TdClassName
{
border-color: #8EC2FE;
}
.TagClassName
{
border-color: #8EC2FE;
}
</style>