Shades of Light Sky Blue #8BB7FF
Tints of Light Sky Blue #8BB7FF
RGB
CMYK
RGB Variations
Color information
#8BB7FF (or 0x8BB7FF) is known color: Light Sky Blue. HEX triplet: 8B, B7 and FF. RGB value is (139,183,255). Sum of RGB (Red+Green+Blue) = 139+183+255=577 (76% of max value = 765). Red value is 139 (54.69% from 255 or 24.09% from 577); Green value is 183 (71.88% from 255 or 31.72% from 577); Blue value is 255 (100% from 255 or 44.19% from 577); Max value from RGB is 255 - color contains mainly: blue. Hex color #8BB7FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BB7FF is #744800. Grayscale: #B1B1B1. Windows color (decimal): -7620609 or 16758667. OLE color: 16758667.
HSL color Cylindrical-coordinate representation of color #8BB7FF: hue angle of 217.24º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8BB7FF is Cyan = 0.45, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 139 | 183 | 255 | - |
| CMYK | 0.45 | 0.28 | 0 | 0 |
| HSL | 217.24º | 1% | 0.77% | - |
| HSV(B) | 217.24º | 0.45% | 1% | - |
| XYZ | 45.63 | 46.58 | 101.19 | - |
| YUV | 178.05 | 171.42 | 100.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 183 | 255 | 0.45 | 0.28 | 0 | 0 | 217.24 | 1 | 0.77 |
| Hex | 8B | B7 | FF | 2D | 1C | 0 | 0 | D9 | 64 | 4D |
| Octal | 213 | 267 | 377 | 55 | 34 | 0 | 0 | 331 | 144 | 115 |
| Binary | 10001011 | 10110111 | 11111111 | 101101 | 11100 | 0 | 0 | 11011001 | 1100100 | 1001101 |
Color Harmonies of #8BB7FF
Complementary color
Monochromatic Colors of #8BB7FF
Black with #8BB7FF
Text Example
Text Example
White with #8BB7FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BB7FF; }
p { color: rgb(139,183,255); }
H1.HeaderClassName
{
color: #8BB7FF;
}
.AnyTagClassName
{
color: #8BB7FF;
}
</style>
background-color css
<style>
a { background-color: #8BB7FF; }
a { background-color: rgb(139,183,255); }
div.DivClassName
{
background-color: #8BB7FF;
}
.BgClassName
{
background-color: #8BB7FF;
}
</style>
border-color css
<style>
span { border-color: #8BB7FF; }
span { border-color: rgb(139,183,255); }
td.TdClassName
{
border-color: #8BB7FF;
}
.TagClassName
{
border-color: #8BB7FF;
}
</style>