Shades of Deep Sky Blue #08BBE6
Tints of Deep Sky Blue #08BBE6
RGB
CMYK
RGB Variations
Color information
#08BBE6 (or 0x08BBE6) is known color: Deep Sky Blue. HEX triplet: 08, BB and E6. RGB value is (8,187,230). Sum of RGB (Red+Green+Blue) = 8+187+230=425 (56% of max value = 765). Red value is 8 (3.52% from 255 or 1.88% from 425); Green value is 187 (73.44% from 255 or 44% from 425); Blue value is 230 (90.23% from 255 or 54.12% from 425); Max value from RGB is 230 - color contains mainly: blue. Hex color #08BBE6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #08BBE6 is #F74419. Grayscale: #8A8A8A. Windows color (decimal): -16204826 or 15121160. OLE color: 15121160.
HSL color Cylindrical-coordinate representation of color #08BBE6: hue angle of 191.62º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #08BBE6 is Cyan = 0.97, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 8 | 187 | 230 | - |
| CMYK | 0.97 | 0.19 | 0 | 0.10 |
| HSL | 191.62º | 0.93% | 0.47% | - |
| HSV(B) | 191.62º | 0.97% | 0.9% | - |
| XYZ | 32.15 | 41.31 | 81.14 | - |
| YUV | 138.38 | 179.7 | 35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 187 | 230 | 0.97 | 0.19 | 0 | 0.10 | 191.62 | 0.93 | 0.47 |
| Hex | 8 | BB | E6 | 61 | 13 | 0 | A | C0 | 5D | 2F |
| Octal | 10 | 273 | 346 | 141 | 23 | 0 | 12 | 300 | 135 | 57 |
| Binary | 1000 | 10111011 | 11100110 | 1100001 | 10011 | 0 | 1010 | 11000000 | 1011101 | 101111 |
Color Harmonies of #08BBE6
Complementary color
Monochromatic Colors of #08BBE6
Black with #08BBE6
Text Example
Text Example
White with #08BBE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08BBE6; }
p { color: rgb(8,187,230); }
H1.HeaderClassName
{
color: #08BBE6;
}
.AnyTagClassName
{
color: #08BBE6;
}
</style>
background-color css
<style>
a { background-color: #08BBE6; }
a { background-color: rgb(8,187,230); }
div.DivClassName
{
background-color: #08BBE6;
}
.BgClassName
{
background-color: #08BBE6;
}
</style>
border-color css
<style>
span { border-color: #08BBE6; }
span { border-color: rgb(8,187,230); }
td.TdClassName
{
border-color: #08BBE6;
}
.TagClassName
{
border-color: #08BBE6;
}
</style>