Shades of Light Sky Blue #8BB7FA
Tints of Light Sky Blue #8BB7FA
RGB
CMYK
RGB Variations
Color information
#8BB7FA (or 0x8BB7FA) is known color: Light Sky Blue. HEX triplet: 8B, B7 and FA. RGB value is (139,183,250). Sum of RGB (Red+Green+Blue) = 139+183+250=572 (75% of max value = 765). Red value is 139 (54.69% from 255 or 24.30% from 572); Green value is 183 (71.88% from 255 or 31.99% from 572); Blue value is 250 (98.05% from 255 or 43.71% from 572); Max value from RGB is 250 - color contains mainly: blue. Hex color #8BB7FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BB7FA is #744805. Grayscale: #B1B1B1. Windows color (decimal): -7620614 or 16430987. OLE color: 16430987.
HSL color Cylindrical-coordinate representation of color #8BB7FA: hue angle of 216.22º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8BB7FA is Cyan = 0.44, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 139 | 183 | 250 | - |
| CMYK | 0.44 | 0.27 | 0 | 0.02 |
| HSL | 216.22º | 0.92% | 0.76% | - |
| HSV(B) | 216.22º | 0.44% | 0.98% | - |
| XYZ | 44.84 | 46.26 | 97.01 | - |
| YUV | 177.48 | 168.92 | 100.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 183 | 250 | 0.44 | 0.27 | 0 | 0.02 | 216.22 | 0.92 | 0.76 |
| Hex | 8B | B7 | FA | 2C | 1B | 0 | 2 | D8 | 5C | 4C |
| Octal | 213 | 267 | 372 | 54 | 33 | 0 | 2 | 330 | 134 | 114 |
| Binary | 10001011 | 10110111 | 11111010 | 101100 | 11011 | 0 | 10 | 11011000 | 1011100 | 1001100 |
Color Harmonies of #8BB7FA
Complementary color
Monochromatic Colors of #8BB7FA
Black with #8BB7FA
Text Example
Text Example
White with #8BB7FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BB7FA; }
p { color: rgb(139,183,250); }
H1.HeaderClassName
{
color: #8BB7FA;
}
.AnyTagClassName
{
color: #8BB7FA;
}
</style>
background-color css
<style>
a { background-color: #8BB7FA; }
a { background-color: rgb(139,183,250); }
div.DivClassName
{
background-color: #8BB7FA;
}
.BgClassName
{
background-color: #8BB7FA;
}
</style>
border-color css
<style>
span { border-color: #8BB7FA; }
span { border-color: rgb(139,183,250); }
td.TdClassName
{
border-color: #8BB7FA;
}
.TagClassName
{
border-color: #8BB7FA;
}
</style>