Shades of Light Sky Blue #8BBCFF
Tints of Light Sky Blue #8BBCFF
RGB
CMYK
RGB Variations
Color information
#8BBCFF (or 0x8BBCFF) is known color: Light Sky Blue. HEX triplet: 8B, BC and FF. RGB value is (139,188,255). Sum of RGB (Red+Green+Blue) = 139+188+255=582 (77% of max value = 765). Red value is 139 (54.69% from 255 or 23.88% from 582); Green value is 188 (73.83% from 255 or 32.30% from 582); Blue value is 255 (100% from 255 or 43.81% from 582); Max value from RGB is 255 - color contains mainly: blue. Hex color #8BBCFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BBCFF is #744300. Grayscale: #B4B4B4. Windows color (decimal): -7619329 or 16759947. OLE color: 16759947.
HSL color Cylindrical-coordinate representation of color #8BBCFF: hue angle of 214.66º 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 #8BBCFF is Cyan = 0.45, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 139 | 188 | 255 | - |
| CMYK | 0.45 | 0.26 | 0 | 0 |
| HSL | 214.66º | 1% | 0.77% | - |
| HSV(B) | 214.66º | 0.45% | 1% | - |
| XYZ | 46.68 | 48.68 | 101.54 | - |
| YUV | 180.99 | 169.77 | 98.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 188 | 255 | 0.45 | 0.26 | 0 | 0 | 214.66 | 1 | 0.77 |
| Hex | 8B | BC | FF | 2D | 1A | 0 | 0 | D7 | 64 | 4D |
| Octal | 213 | 274 | 377 | 55 | 32 | 0 | 0 | 327 | 144 | 115 |
| Binary | 10001011 | 10111100 | 11111111 | 101101 | 11010 | 0 | 0 | 11010111 | 1100100 | 1001101 |
Color Harmonies of #8BBCFF
Complementary color
Monochromatic Colors of #8BBCFF
Black with #8BBCFF
Text Example
Text Example
White with #8BBCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BBCFF; }
p { color: rgb(139,188,255); }
H1.HeaderClassName
{
color: #8BBCFF;
}
.AnyTagClassName
{
color: #8BBCFF;
}
</style>
background-color css
<style>
a { background-color: #8BBCFF; }
a { background-color: rgb(139,188,255); }
div.DivClassName
{
background-color: #8BBCFF;
}
.BgClassName
{
background-color: #8BBCFF;
}
</style>
border-color css
<style>
span { border-color: #8BBCFF; }
span { border-color: rgb(139,188,255); }
td.TdClassName
{
border-color: #8BBCFF;
}
.TagClassName
{
border-color: #8BBCFF;
}
</style>