Shades of Deep Sky Blue #0DBEE6
Tints of Deep Sky Blue #0DBEE6
RGB
CMYK
RGB Variations
Color information
#0DBEE6 (or 0x0DBEE6) is known color: Deep Sky Blue. HEX triplet: 0D, BE and E6. RGB value is (13,190,230). Sum of RGB (Red+Green+Blue) = 13+190+230=433 (57% of max value = 765). Red value is 13 (5.47% from 255 or 3.00% from 433); Green value is 190 (74.61% from 255 or 43.88% from 433); Blue value is 230 (90.23% from 255 or 53.12% from 433); Max value from RGB is 230 - color contains mainly: blue. Hex color #0DBEE6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0DBEE6 is #F24119. Grayscale: #8D8D8D. Windows color (decimal): -15876378 or 15121933. OLE color: 15121933.
HSL color Cylindrical-coordinate representation of color #0DBEE6: hue angle of 191.06º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DBEE6 is Cyan = 0.94, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 13 | 190 | 230 | - |
| CMYK | 0.94 | 0.17 | 0 | 0.10 |
| HSL | 191.06º | 0.89% | 0.48% | - |
| HSV(B) | 191.06º | 0.94% | 0.9% | - |
| XYZ | 32.86 | 42.63 | 81.36 | - |
| YUV | 141.64 | 177.86 | 36.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 190 | 230 | 0.94 | 0.17 | 0 | 0.10 | 191.06 | 0.89 | 0.48 |
| Hex | D | BE | E6 | 5E | 11 | 0 | A | BF | 59 | 30 |
| Octal | 15 | 276 | 346 | 136 | 21 | 0 | 12 | 277 | 131 | 60 |
| Binary | 1101 | 10111110 | 11100110 | 1011110 | 10001 | 0 | 1010 | 10111111 | 1011001 | 110000 |
Color Harmonies of #0DBEE6
Complementary color
Monochromatic Colors of #0DBEE6
Black with #0DBEE6
Text Example
Text Example
White with #0DBEE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBEE6; }
p { color: rgb(13,190,230); }
H1.HeaderClassName
{
color: #0DBEE6;
}
.AnyTagClassName
{
color: #0DBEE6;
}
</style>
background-color css
<style>
a { background-color: #0DBEE6; }
a { background-color: rgb(13,190,230); }
div.DivClassName
{
background-color: #0DBEE6;
}
.BgClassName
{
background-color: #0DBEE6;
}
</style>
border-color css
<style>
span { border-color: #0DBEE6; }
span { border-color: rgb(13,190,230); }
td.TdClassName
{
border-color: #0DBEE6;
}
.TagClassName
{
border-color: #0DBEE6;
}
</style>