Shades of Deep Sky Blue #08BBED
Tints of Deep Sky Blue #08BBED
RGB
CMYK
RGB Variations
Color information
#08BBED (or 0x08BBED) is known color: Deep Sky Blue. HEX triplet: 08, BB and ED. RGB value is (8,187,237). Sum of RGB (Red+Green+Blue) = 8+187+237=432 (57% of max value = 765). Red value is 8 (3.52% from 255 or 1.85% from 432); Green value is 187 (73.44% from 255 or 43.29% from 432); Blue value is 237 (92.97% from 255 or 54.86% from 432); Max value from RGB is 237 - color contains mainly: blue. Hex color #08BBED is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #08BBED is #F74412. Grayscale: #8A8A8A. Windows color (decimal): -16204819 or 15579912. OLE color: 15579912.
HSL color Cylindrical-coordinate representation of color #08BBED: hue angle of 193.1º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #08BBED is Cyan = 0.97, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 8 | 187 | 237 | - |
| CMYK | 0.97 | 0.21 | 0 | 0.07 |
| HSL | 193.1º | 0.93% | 0.48% | - |
| HSV(B) | 193.1º | 0.97% | 0.93% | - |
| XYZ | 33.16 | 41.71 | 86.42 | - |
| YUV | 139.18 | 183.2 | 34.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 187 | 237 | 0.97 | 0.21 | 0 | 0.07 | 193.1 | 0.93 | 0.48 |
| Hex | 8 | BB | ED | 61 | 15 | 0 | 7 | C1 | 5D | 30 |
| Octal | 10 | 273 | 355 | 141 | 25 | 0 | 7 | 301 | 135 | 60 |
| Binary | 1000 | 10111011 | 11101101 | 1100001 | 10101 | 0 | 111 | 11000001 | 1011101 | 110000 |
Color Harmonies of #08BBED
Complementary color
Monochromatic Colors of #08BBED
Black with #08BBED
Text Example
Text Example
White with #08BBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08BBED; }
p { color: rgb(8,187,237); }
H1.HeaderClassName
{
color: #08BBED;
}
.AnyTagClassName
{
color: #08BBED;
}
</style>
background-color css
<style>
a { background-color: #08BBED; }
a { background-color: rgb(8,187,237); }
div.DivClassName
{
background-color: #08BBED;
}
.BgClassName
{
background-color: #08BBED;
}
</style>
border-color css
<style>
span { border-color: #08BBED; }
span { border-color: rgb(8,187,237); }
td.TdClassName
{
border-color: #08BBED;
}
.TagClassName
{
border-color: #08BBED;
}
</style>