Shades of Deep Sky Blue #0DB8EF
Tints of Deep Sky Blue #0DB8EF
RGB
CMYK
RGB Variations
Color information
#0DB8EF (or 0x0DB8EF) is known color: Deep Sky Blue. HEX triplet: 0D, B8 and EF. RGB value is (13,184,239). Sum of RGB (Red+Green+Blue) = 13+184+239=436 (57% of max value = 765). Red value is 13 (5.47% from 255 or 2.98% from 436); Green value is 184 (72.27% from 255 or 42.20% from 436); Blue value is 239 (93.75% from 255 or 54.82% from 436); Max value from RGB is 239 - color contains mainly: blue. Hex color #0DB8EF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0DB8EF is #F24710. Grayscale: #8A8A8A. Windows color (decimal): -15877905 or 15710221. OLE color: 15710221.
HSL color Cylindrical-coordinate representation of color #0DB8EF: hue angle of 194.6º 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 #0DB8EF is Cyan = 0.95, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 13 | 184 | 239 | - |
| CMYK | 0.95 | 0.23 | 0 | 0.06 |
| HSL | 194.6º | 0.9% | 0.49% | - |
| HSV(B) | 194.6º | 0.95% | 0.94% | - |
| XYZ | 32.89 | 40.6 | 87.76 | - |
| YUV | 139.14 | 184.35 | 38.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 184 | 239 | 0.95 | 0.23 | 0 | 0.06 | 194.6 | 0.9 | 0.49 |
| Hex | D | B8 | EF | 5F | 17 | 0 | 6 | C3 | 5A | 31 |
| Octal | 15 | 270 | 357 | 137 | 27 | 0 | 6 | 303 | 132 | 61 |
| Binary | 1101 | 10111000 | 11101111 | 1011111 | 10111 | 0 | 110 | 11000011 | 1011010 | 110001 |
Color Harmonies of #0DB8EF
Complementary color
Monochromatic Colors of #0DB8EF
Black with #0DB8EF
Text Example
Text Example
White with #0DB8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DB8EF; }
p { color: rgb(13,184,239); }
H1.HeaderClassName
{
color: #0DB8EF;
}
.AnyTagClassName
{
color: #0DB8EF;
}
</style>
background-color css
<style>
a { background-color: #0DB8EF; }
a { background-color: rgb(13,184,239); }
div.DivClassName
{
background-color: #0DB8EF;
}
.BgClassName
{
background-color: #0DB8EF;
}
</style>
border-color css
<style>
span { border-color: #0DB8EF; }
span { border-color: rgb(13,184,239); }
td.TdClassName
{
border-color: #0DB8EF;
}
.TagClassName
{
border-color: #0DB8EF;
}
</style>