Shades of Light Sky Blue #8BBBFE
Tints of Light Sky Blue #8BBBFE
RGB
CMYK
RGB Variations
Color information
#8BBBFE (or 0x8BBBFE) is known color: Light Sky Blue. HEX triplet: 8B, BB and FE. RGB value is (139,187,254). Sum of RGB (Red+Green+Blue) = 139+187+254=580 (76% of max value = 765). Red value is 139 (54.69% from 255 or 23.97% from 580); Green value is 187 (73.44% from 255 or 32.24% from 580); Blue value is 254 (99.61% from 255 or 43.79% from 580); Max value from RGB is 254 - color contains mainly: blue. Hex color #8BBBFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BBBFE is #744401. Grayscale: #B3B3B3. Windows color (decimal): -7619586 or 16694155. OLE color: 16694155.
HSL color Cylindrical-coordinate representation of color #8BBBFE: hue angle of 214.96º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8BBBFE is Cyan = 0.45, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 139 | 187 | 254 | - |
| CMYK | 0.45 | 0.26 | 0 | 0.00 |
| HSL | 214.96º | 0.98% | 0.77% | - |
| HSV(B) | 214.96º | 0.45% | 1% | - |
| XYZ | 46.31 | 48.19 | 100.63 | - |
| YUV | 180.29 | 169.6 | 98.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 187 | 254 | 0.45 | 0.26 | 0 | 0.00 | 214.96 | 0.98 | 0.77 |
| Hex | 8B | BB | FE | 2D | 1A | 0 | 0 | D7 | 62 | 4D |
| Octal | 213 | 273 | 376 | 55 | 32 | 0 | 0 | 327 | 142 | 115 |
| Binary | 10001011 | 10111011 | 11111110 | 101101 | 11010 | 0 | 0 | 11010111 | 1100010 | 1001101 |
Color Harmonies of #8BBBFE
Complementary color
Monochromatic Colors of #8BBBFE
Black with #8BBBFE
Text Example
Text Example
White with #8BBBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BBBFE; }
p { color: rgb(139,187,254); }
H1.HeaderClassName
{
color: #8BBBFE;
}
.AnyTagClassName
{
color: #8BBBFE;
}
</style>
background-color css
<style>
a { background-color: #8BBBFE; }
a { background-color: rgb(139,187,254); }
div.DivClassName
{
background-color: #8BBBFE;
}
.BgClassName
{
background-color: #8BBBFE;
}
</style>
border-color css
<style>
span { border-color: #8BBBFE; }
span { border-color: rgb(139,187,254); }
td.TdClassName
{
border-color: #8BBBFE;
}
.TagClassName
{
border-color: #8BBBFE;
}
</style>