Shades of Deep Sky Blue #0DB7E5
Tints of Deep Sky Blue #0DB7E5
RGB
CMYK
RGB Variations
Color information
#0DB7E5 (or 0x0DB7E5) is known color: Deep Sky Blue. HEX triplet: 0D, B7 and E5. RGB value is (13,183,229). Sum of RGB (Red+Green+Blue) = 13+183+229=425 (56% of max value = 765). Red value is 13 (5.47% from 255 or 3.06% from 425); Green value is 183 (71.88% from 255 or 43.06% from 425); Blue value is 229 (89.84% from 255 or 53.88% from 425); Max value from RGB is 229 - color contains mainly: blue. Hex color #0DB7E5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DB7E5 is #F2481A. Grayscale: #898989. Windows color (decimal): -15878171 or 15054605. OLE color: 15054605.
HSL color Cylindrical-coordinate representation of color #0DB7E5: hue angle of 192.78º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DB7E5 is Cyan = 0.94, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 13 | 183 | 229 | - |
| CMYK | 0.94 | 0.20 | 0 | 0.10 |
| HSL | 192.78º | 0.89% | 0.47% | - |
| HSV(B) | 192.78º | 0.94% | 0.9% | - |
| XYZ | 31.24 | 39.61 | 80.13 | - |
| YUV | 137.41 | 179.68 | 39.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 183 | 229 | 0.94 | 0.20 | 0 | 0.10 | 192.78 | 0.89 | 0.47 |
| Hex | D | B7 | E5 | 5E | 14 | 0 | A | C1 | 59 | 2F |
| Octal | 15 | 267 | 345 | 136 | 24 | 0 | 12 | 301 | 131 | 57 |
| Binary | 1101 | 10110111 | 11100101 | 1011110 | 10100 | 0 | 1010 | 11000001 | 1011001 | 101111 |
Color Harmonies of #0DB7E5
Complementary color
Monochromatic Colors of #0DB7E5
Black with #0DB7E5
Text Example
Text Example
White with #0DB7E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DB7E5; }
p { color: rgb(13,183,229); }
H1.HeaderClassName
{
color: #0DB7E5;
}
.AnyTagClassName
{
color: #0DB7E5;
}
</style>
background-color css
<style>
a { background-color: #0DB7E5; }
a { background-color: rgb(13,183,229); }
div.DivClassName
{
background-color: #0DB7E5;
}
.BgClassName
{
background-color: #0DB7E5;
}
</style>
border-color css
<style>
span { border-color: #0DB7E5; }
span { border-color: rgb(13,183,229); }
td.TdClassName
{
border-color: #0DB7E5;
}
.TagClassName
{
border-color: #0DB7E5;
}
</style>