Shades of Light Sky Blue #8BBAFF
Tints of Light Sky Blue #8BBAFF
RGB
CMYK
RGB Variations
Color information
#8BBAFF (or 0x8BBAFF) is known color: Light Sky Blue. HEX triplet: 8B, BA and FF. RGB value is (139,186,255). Sum of RGB (Red+Green+Blue) = 139+186+255=580 (76% of max value = 765). Red value is 139 (54.69% from 255 or 23.97% from 580); Green value is 186 (73.05% from 255 or 32.07% from 580); Blue value is 255 (100% from 255 or 43.97% from 580); Max value from RGB is 255 - color contains mainly: blue. Hex color #8BBAFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BBAFF is #744500. Grayscale: #B3B3B3. Windows color (decimal): -7619841 or 16759435. OLE color: 16759435.
HSL color Cylindrical-coordinate representation of color #8BBAFF: hue angle of 215.69º 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 #8BBAFF is Cyan = 0.45, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 139 | 186 | 255 | - |
| CMYK | 0.45 | 0.27 | 0 | 0 |
| HSL | 215.69º | 1% | 0.77% | - |
| HSV(B) | 215.69º | 0.45% | 1% | - |
| XYZ | 46.26 | 47.83 | 101.4 | - |
| YUV | 179.81 | 170.43 | 98.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 186 | 255 | 0.45 | 0.27 | 0 | 0 | 215.69 | 1 | 0.77 |
| Hex | 8B | BA | FF | 2D | 1B | 0 | 0 | D8 | 64 | 4D |
| Octal | 213 | 272 | 377 | 55 | 33 | 0 | 0 | 330 | 144 | 115 |
| Binary | 10001011 | 10111010 | 11111111 | 101101 | 11011 | 0 | 0 | 11011000 | 1100100 | 1001101 |
Color Harmonies of #8BBAFF
Complementary color
Monochromatic Colors of #8BBAFF
Black with #8BBAFF
Text Example
Text Example
White with #8BBAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BBAFF; }
p { color: rgb(139,186,255); }
H1.HeaderClassName
{
color: #8BBAFF;
}
.AnyTagClassName
{
color: #8BBAFF;
}
</style>
background-color css
<style>
a { background-color: #8BBAFF; }
a { background-color: rgb(139,186,255); }
div.DivClassName
{
background-color: #8BBAFF;
}
.BgClassName
{
background-color: #8BBAFF;
}
</style>
border-color css
<style>
span { border-color: #8BBAFF; }
span { border-color: rgb(139,186,255); }
td.TdClassName
{
border-color: #8BBAFF;
}
.TagClassName
{
border-color: #8BBAFF;
}
</style>