Shades of Light Sky Blue #8EC2FB
Tints of Light Sky Blue #8EC2FB
RGB
CMYK
RGB Variations
Color information
#8EC2FB (or 0x8EC2FB) is known color: Light Sky Blue. HEX triplet: 8E, C2 and FB. RGB value is (142,194,251). Sum of RGB (Red+Green+Blue) = 142+194+251=587 (77% of max value = 765). Red value is 142 (55.86% from 255 or 24.19% from 587); Green value is 194 (76.17% from 255 or 33.05% from 587); Blue value is 251 (98.44% from 255 or 42.76% from 587); Max value from RGB is 251 - color contains mainly: blue. Hex color #8EC2FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8EC2FB is #713D04. Grayscale: #B8B8B8. Windows color (decimal): -7421189 or 16499342. OLE color: 16499342.
HSL color Cylindrical-coordinate representation of color #8EC2FB: hue angle of 211.38º degrees, saturation: 0.93, 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 #8EC2FB is Cyan = 0.43, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 142 | 194 | 251 | - |
| CMYK | 0.43 | 0.23 | 0 | 0.02 |
| HSL | 211.38º | 0.93% | 0.77% | - |
| HSV(B) | 211.38º | 0.43% | 0.98% | - |
| XYZ | 47.86 | 51.3 | 98.65 | - |
| YUV | 184.95 | 165.27 | 97.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 194 | 251 | 0.43 | 0.23 | 0 | 0.02 | 211.38 | 0.93 | 0.77 |
| Hex | 8E | C2 | FB | 2B | 17 | 0 | 2 | D3 | 5D | 4D |
| Octal | 216 | 302 | 373 | 53 | 27 | 0 | 2 | 323 | 135 | 115 |
| Binary | 10001110 | 11000010 | 11111011 | 101011 | 10111 | 0 | 10 | 11010011 | 1011101 | 1001101 |
Color Harmonies of #8EC2FB
Complementary color
Monochromatic Colors of #8EC2FB
Black with #8EC2FB
Text Example
Text Example
White with #8EC2FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EC2FB; }
p { color: rgb(142,194,251); }
H1.HeaderClassName
{
color: #8EC2FB;
}
.AnyTagClassName
{
color: #8EC2FB;
}
</style>
background-color css
<style>
a { background-color: #8EC2FB; }
a { background-color: rgb(142,194,251); }
div.DivClassName
{
background-color: #8EC2FB;
}
.BgClassName
{
background-color: #8EC2FB;
}
</style>
border-color css
<style>
span { border-color: #8EC2FB; }
span { border-color: rgb(142,194,251); }
td.TdClassName
{
border-color: #8EC2FB;
}
.TagClassName
{
border-color: #8EC2FB;
}
</style>