Shades of Deep Sky Blue #08BBFF
Tints of Deep Sky Blue #08BBFF
RGB
CMYK
RGB Variations
Color information
#08BBFF (or 0x08BBFF) is known color: Deep Sky Blue. HEX triplet: 08, BB and FF. RGB value is (8,187,255). Sum of RGB (Red+Green+Blue) = 8+187+255=450 (59% of max value = 765). Red value is 8 (3.52% from 255 or 1.78% from 450); Green value is 187 (73.44% from 255 or 41.56% from 450); Blue value is 255 (100% from 255 or 56.67% from 450); Max value from RGB is 255 - color contains mainly: blue. Hex color #08BBFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #08BBFF is #F74400. Grayscale: #8C8C8C. Windows color (decimal): -16204801 or 16759560. OLE color: 16759560.
HSL color Cylindrical-coordinate representation of color #08BBFF: hue angle of 196.52º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #08BBFF is Cyan = 0.97, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 8 | 187 | 255 | - |
| CMYK | 0.97 | 0.27 | 0 | 0 |
| HSL | 196.52º | 1% | 0.52% | - |
| HSV(B) | 196.52º | 0.97% | 1% | - |
| XYZ | 35.92 | 42.81 | 100.98 | - |
| YUV | 141.23 | 192.2 | 32.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 187 | 255 | 0.97 | 0.27 | 0 | 0 | 196.52 | 1 | 0.52 |
| Hex | 8 | BB | FF | 61 | 1B | 0 | 0 | C5 | 64 | 34 |
| Octal | 10 | 273 | 377 | 141 | 33 | 0 | 0 | 305 | 144 | 64 |
| Binary | 1000 | 10111011 | 11111111 | 1100001 | 11011 | 0 | 0 | 11000101 | 1100100 | 110100 |
Color Harmonies of #08BBFF
Complementary color
Monochromatic Colors of #08BBFF
Black with #08BBFF
Text Example
Text Example
White with #08BBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08BBFF; }
p { color: rgb(8,187,255); }
H1.HeaderClassName
{
color: #08BBFF;
}
.AnyTagClassName
{
color: #08BBFF;
}
</style>
background-color css
<style>
a { background-color: #08BBFF; }
a { background-color: rgb(8,187,255); }
div.DivClassName
{
background-color: #08BBFF;
}
.BgClassName
{
background-color: #08BBFF;
}
</style>
border-color css
<style>
span { border-color: #08BBFF; }
span { border-color: rgb(8,187,255); }
td.TdClassName
{
border-color: #08BBFF;
}
.TagClassName
{
border-color: #08BBFF;
}
</style>