Shades of Deep Sky Blue #08BBE9
Tints of Deep Sky Blue #08BBE9
RGB
CMYK
RGB Variations
Color information
#08BBE9 (or 0x08BBE9) is known color: Deep Sky Blue. HEX triplet: 08, BB and E9. RGB value is (8,187,233). Sum of RGB (Red+Green+Blue) = 8+187+233=428 (56% of max value = 765). Red value is 8 (3.52% from 255 or 1.87% from 428); Green value is 187 (73.44% from 255 or 43.69% from 428); Blue value is 233 (91.41% from 255 or 54.44% from 428); Max value from RGB is 233 - color contains mainly: blue. Hex color #08BBE9 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #08BBE9 is #F74416. Grayscale: #8A8A8A. Windows color (decimal): -16204823 or 15317768. OLE color: 15317768.
HSL color Cylindrical-coordinate representation of color #08BBE9: hue angle of 192.27º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #08BBE9 is Cyan = 0.97, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 8 | 187 | 233 | - |
| CMYK | 0.97 | 0.20 | 0 | 0.09 |
| HSL | 192.27º | 0.93% | 0.47% | - |
| HSV(B) | 192.27º | 0.97% | 0.91% | - |
| XYZ | 32.58 | 41.48 | 83.38 | - |
| YUV | 138.72 | 181.2 | 34.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 187 | 233 | 0.97 | 0.20 | 0 | 0.09 | 192.27 | 0.93 | 0.47 |
| Hex | 8 | BB | E9 | 61 | 14 | 0 | 9 | C0 | 5D | 2F |
| Octal | 10 | 273 | 351 | 141 | 24 | 0 | 11 | 300 | 135 | 57 |
| Binary | 1000 | 10111011 | 11101001 | 1100001 | 10100 | 0 | 1001 | 11000000 | 1011101 | 101111 |
Color Harmonies of #08BBE9
Complementary color
Monochromatic Colors of #08BBE9
Black with #08BBE9
Text Example
Text Example
White with #08BBE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08BBE9; }
p { color: rgb(8,187,233); }
H1.HeaderClassName
{
color: #08BBE9;
}
.AnyTagClassName
{
color: #08BBE9;
}
</style>
background-color css
<style>
a { background-color: #08BBE9; }
a { background-color: rgb(8,187,233); }
div.DivClassName
{
background-color: #08BBE9;
}
.BgClassName
{
background-color: #08BBE9;
}
</style>
border-color css
<style>
span { border-color: #08BBE9; }
span { border-color: rgb(8,187,233); }
td.TdClassName
{
border-color: #08BBE9;
}
.TagClassName
{
border-color: #08BBE9;
}
</style>