Shades of Deep Sky Blue #08BCE6
Tints of Deep Sky Blue #08BCE6
RGB
CMYK
RGB Variations
Color information
#08BCE6 (or 0x08BCE6) is known color: Deep Sky Blue. HEX triplet: 08, BC and E6. RGB value is (8,188,230). Sum of RGB (Red+Green+Blue) = 8+188+230=426 (56% of max value = 765). Red value is 8 (3.52% from 255 or 1.88% from 426); Green value is 188 (73.83% from 255 or 44.13% from 426); Blue value is 230 (90.23% from 255 or 53.99% from 426); Max value from RGB is 230 - color contains mainly: blue. Hex color #08BCE6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #08BCE6 is #F74319. Grayscale: #8A8A8A. Windows color (decimal): -16204570 or 15121416. OLE color: 15121416.
HSL color Cylindrical-coordinate representation of color #08BCE6: hue angle of 191.35º 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 #08BCE6 is Cyan = 0.97, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 8 | 188 | 230 | - |
| CMYK | 0.97 | 0.18 | 0 | 0.10 |
| HSL | 191.35º | 0.93% | 0.47% | - |
| HSV(B) | 191.35º | 0.97% | 0.9% | - |
| XYZ | 32.37 | 41.73 | 81.21 | - |
| YUV | 138.97 | 179.37 | 34.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 188 | 230 | 0.97 | 0.18 | 0 | 0.10 | 191.35 | 0.93 | 0.47 |
| Hex | 8 | BC | E6 | 61 | 12 | 0 | A | BF | 5D | 2F |
| Octal | 10 | 274 | 346 | 141 | 22 | 0 | 12 | 277 | 135 | 57 |
| Binary | 1000 | 10111100 | 11100110 | 1100001 | 10010 | 0 | 1010 | 10111111 | 1011101 | 101111 |
Color Harmonies of #08BCE6
Complementary color
Monochromatic Colors of #08BCE6
Black with #08BCE6
Text Example
Text Example
White with #08BCE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08BCE6; }
p { color: rgb(8,188,230); }
H1.HeaderClassName
{
color: #08BCE6;
}
.AnyTagClassName
{
color: #08BCE6;
}
</style>
background-color css
<style>
a { background-color: #08BCE6; }
a { background-color: rgb(8,188,230); }
div.DivClassName
{
background-color: #08BCE6;
}
.BgClassName
{
background-color: #08BCE6;
}
</style>
border-color css
<style>
span { border-color: #08BCE6; }
span { border-color: rgb(8,188,230); }
td.TdClassName
{
border-color: #08BCE6;
}
.TagClassName
{
border-color: #08BCE6;
}
</style>