Shades of Light Sky Blue #8EBBFF
Tints of Light Sky Blue #8EBBFF
RGB
CMYK
RGB Variations
Color information
#8EBBFF (or 0x8EBBFF) is known color: Light Sky Blue. HEX triplet: 8E, BB and FF. RGB value is (142,187,255). Sum of RGB (Red+Green+Blue) = 142+187+255=584 (77% of max value = 765). Red value is 142 (55.86% from 255 or 24.32% from 584); Green value is 187 (73.44% from 255 or 32.02% from 584); Blue value is 255 (100% from 255 or 43.66% from 584); Max value from RGB is 255 - color contains mainly: blue. Hex color #8EBBFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8EBBFF is #714400. Grayscale: #B4B4B4. Windows color (decimal): -7422977 or 16759694. OLE color: 16759694.
HSL color Cylindrical-coordinate representation of color #8EBBFF: hue angle of 216.11º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8EBBFF is Cyan = 0.44, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 142 | 187 | 255 | - |
| CMYK | 0.44 | 0.27 | 0 | 0 |
| HSL | 216.11º | 1% | 0.78% | - |
| HSV(B) | 216.11º | 0.44% | 1% | - |
| XYZ | 46.98 | 48.51 | 101.5 | - |
| YUV | 181.3 | 169.59 | 99.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 187 | 255 | 0.44 | 0.27 | 0 | 0 | 216.11 | 1 | 0.78 |
| Hex | 8E | BB | FF | 2C | 1B | 0 | 0 | D8 | 64 | 4E |
| Octal | 216 | 273 | 377 | 54 | 33 | 0 | 0 | 330 | 144 | 116 |
| Binary | 10001110 | 10111011 | 11111111 | 101100 | 11011 | 0 | 0 | 11011000 | 1100100 | 1001110 |
Color Harmonies of #8EBBFF
Complementary color
Monochromatic Colors of #8EBBFF
Black with #8EBBFF
Text Example
Text Example
White with #8EBBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EBBFF; }
p { color: rgb(142,187,255); }
H1.HeaderClassName
{
color: #8EBBFF;
}
.AnyTagClassName
{
color: #8EBBFF;
}
</style>
background-color css
<style>
a { background-color: #8EBBFF; }
a { background-color: rgb(142,187,255); }
div.DivClassName
{
background-color: #8EBBFF;
}
.BgClassName
{
background-color: #8EBBFF;
}
</style>
border-color css
<style>
span { border-color: #8EBBFF; }
span { border-color: rgb(142,187,255); }
td.TdClassName
{
border-color: #8EBBFF;
}
.TagClassName
{
border-color: #8EBBFF;
}
</style>