Shades of Deep Sky Blue #0DB7EF
Tints of Deep Sky Blue #0DB7EF
RGB
CMYK
RGB Variations
Color information
#0DB7EF (or 0x0DB7EF) is known color: Deep Sky Blue. HEX triplet: 0D, B7 and EF. RGB value is (13,183,239). Sum of RGB (Red+Green+Blue) = 13+183+239=435 (57% of max value = 765). Red value is 13 (5.47% from 255 or 2.99% from 435); Green value is 183 (71.88% from 255 or 42.07% from 435); Blue value is 239 (93.75% from 255 or 54.94% from 435); Max value from RGB is 239 - color contains mainly: blue. Hex color #0DB7EF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0DB7EF is #F24810. Grayscale: #8A8A8A. Windows color (decimal): -15878161 or 15709965. OLE color: 15709965.
HSL color Cylindrical-coordinate representation of color #0DB7EF: hue angle of 194.87º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DB7EF is Cyan = 0.95, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 13 | 183 | 239 | - |
| CMYK | 0.95 | 0.23 | 0 | 0.06 |
| HSL | 194.87º | 0.9% | 0.49% | - |
| HSV(B) | 194.87º | 0.95% | 0.94% | - |
| XYZ | 32.68 | 40.18 | 87.7 | - |
| YUV | 138.55 | 184.68 | 38.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 183 | 239 | 0.95 | 0.23 | 0 | 0.06 | 194.87 | 0.9 | 0.49 |
| Hex | D | B7 | EF | 5F | 17 | 0 | 6 | C3 | 5A | 31 |
| Octal | 15 | 267 | 357 | 137 | 27 | 0 | 6 | 303 | 132 | 61 |
| Binary | 1101 | 10110111 | 11101111 | 1011111 | 10111 | 0 | 110 | 11000011 | 1011010 | 110001 |
Color Harmonies of #0DB7EF
Complementary color
Monochromatic Colors of #0DB7EF
Black with #0DB7EF
Text Example
Text Example
White with #0DB7EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DB7EF; }
p { color: rgb(13,183,239); }
H1.HeaderClassName
{
color: #0DB7EF;
}
.AnyTagClassName
{
color: #0DB7EF;
}
</style>
background-color css
<style>
a { background-color: #0DB7EF; }
a { background-color: rgb(13,183,239); }
div.DivClassName
{
background-color: #0DB7EF;
}
.BgClassName
{
background-color: #0DB7EF;
}
</style>
border-color css
<style>
span { border-color: #0DB7EF; }
span { border-color: rgb(13,183,239); }
td.TdClassName
{
border-color: #0DB7EF;
}
.TagClassName
{
border-color: #0DB7EF;
}
</style>