Shades of Deep Sky Blue #08BBF8
Tints of Deep Sky Blue #08BBF8
RGB
CMYK
RGB Variations
Color information
#08BBF8 (or 0x08BBF8) is known color: Deep Sky Blue. HEX triplet: 08, BB and F8. RGB value is (8,187,248). Sum of RGB (Red+Green+Blue) = 8+187+248=443 (58% of max value = 765). Red value is 8 (3.52% from 255 or 1.81% from 443); Green value is 187 (73.44% from 255 or 42.21% from 443); Blue value is 248 (97.27% from 255 or 55.98% from 443); Max value from RGB is 248 - color contains mainly: blue. Hex color #08BBF8 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #08BBF8 is #F74407. Grayscale: #8C8C8C. Windows color (decimal): -16204808 or 16300808. OLE color: 16300808.
HSL color Cylindrical-coordinate representation of color #08BBF8: hue angle of 195.25º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #08BBF8 is Cyan = 0.97, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 8 | 187 | 248 | - |
| CMYK | 0.97 | 0.25 | 0 | 0.03 |
| HSL | 195.25º | 0.94% | 0.5% | - |
| HSV(B) | 195.25º | 0.97% | 0.97% | - |
| XYZ | 34.81 | 42.37 | 95.15 | - |
| YUV | 140.43 | 188.7 | 33.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 187 | 248 | 0.97 | 0.25 | 0 | 0.03 | 195.25 | 0.94 | 0.5 |
| Hex | 8 | BB | F8 | 61 | 19 | 0 | 3 | C3 | 5E | 32 |
| Octal | 10 | 273 | 370 | 141 | 31 | 0 | 3 | 303 | 136 | 62 |
| Binary | 1000 | 10111011 | 11111000 | 1100001 | 11001 | 0 | 11 | 11000011 | 1011110 | 110010 |
Color Harmonies of #08BBF8
Complementary color
Monochromatic Colors of #08BBF8
Black with #08BBF8
Text Example
Text Example
White with #08BBF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08BBF8; }
p { color: rgb(8,187,248); }
H1.HeaderClassName
{
color: #08BBF8;
}
.AnyTagClassName
{
color: #08BBF8;
}
</style>
background-color css
<style>
a { background-color: #08BBF8; }
a { background-color: rgb(8,187,248); }
div.DivClassName
{
background-color: #08BBF8;
}
.BgClassName
{
background-color: #08BBF8;
}
</style>
border-color css
<style>
span { border-color: #08BBF8; }
span { border-color: rgb(8,187,248); }
td.TdClassName
{
border-color: #08BBF8;
}
.TagClassName
{
border-color: #08BBF8;
}
</style>