Shades of Light Sky Blue #8BB8FF
Tints of Light Sky Blue #8BB8FF
RGB
CMYK
RGB Variations
Color information
#8BB8FF (or 0x8BB8FF) is known color: Light Sky Blue. HEX triplet: 8B, B8 and FF. RGB value is (139,184,255). Sum of RGB (Red+Green+Blue) = 139+184+255=578 (76% of max value = 765). Red value is 139 (54.69% from 255 or 24.05% from 578); Green value is 184 (72.27% from 255 or 31.83% from 578); Blue value is 255 (100% from 255 or 44.12% from 578); Max value from RGB is 255 - color contains mainly: blue. Hex color #8BB8FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BB8FF is #744700. Grayscale: #B2B2B2. Windows color (decimal): -7620353 or 16758923. OLE color: 16758923.
HSL color Cylindrical-coordinate representation of color #8BB8FF: hue angle of 216.72º 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 #8BB8FF is Cyan = 0.45, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 139 | 184 | 255 | - |
| CMYK | 0.45 | 0.28 | 0 | 0 |
| HSL | 216.72º | 1% | 0.77% | - |
| HSV(B) | 216.72º | 0.45% | 1% | - |
| XYZ | 45.84 | 46.99 | 101.26 | - |
| YUV | 178.64 | 171.09 | 99.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 184 | 255 | 0.45 | 0.28 | 0 | 0 | 216.72 | 1 | 0.77 |
| Hex | 8B | B8 | FF | 2D | 1C | 0 | 0 | D9 | 64 | 4D |
| Octal | 213 | 270 | 377 | 55 | 34 | 0 | 0 | 331 | 144 | 115 |
| Binary | 10001011 | 10111000 | 11111111 | 101101 | 11100 | 0 | 0 | 11011001 | 1100100 | 1001101 |
Color Harmonies of #8BB8FF
Complementary color
Monochromatic Colors of #8BB8FF
Black with #8BB8FF
Text Example
Text Example
White with #8BB8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BB8FF; }
p { color: rgb(139,184,255); }
H1.HeaderClassName
{
color: #8BB8FF;
}
.AnyTagClassName
{
color: #8BB8FF;
}
</style>
background-color css
<style>
a { background-color: #8BB8FF; }
a { background-color: rgb(139,184,255); }
div.DivClassName
{
background-color: #8BB8FF;
}
.BgClassName
{
background-color: #8BB8FF;
}
</style>
border-color css
<style>
span { border-color: #8BB8FF; }
span { border-color: rgb(139,184,255); }
td.TdClassName
{
border-color: #8BB8FF;
}
.TagClassName
{
border-color: #8BB8FF;
}
</style>