Shades of Deep Sky Blue #0DC5EF
Tints of Deep Sky Blue #0DC5EF
RGB
CMYK
RGB Variations
Color information
#0DC5EF (or 0x0DC5EF) is known color: Deep Sky Blue. HEX triplet: 0D, C5 and EF. RGB value is (13,197,239). Sum of RGB (Red+Green+Blue) = 13+197+239=449 (59% of max value = 765). Red value is 13 (5.47% from 255 or 2.90% from 449); Green value is 197 (77.34% from 255 or 43.88% from 449); Blue value is 239 (93.75% from 255 or 53.23% from 449); Max value from RGB is 239 - color contains mainly: blue. Hex color #0DC5EF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0DC5EF is #F23A10. Grayscale: #929292. Windows color (decimal): -15874577 or 15713549. OLE color: 15713549.
HSL color Cylindrical-coordinate representation of color #0DC5EF: hue angle of 191.15º 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 #0DC5EF is Cyan = 0.95, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 13 | 197 | 239 | - |
| CMYK | 0.95 | 0.18 | 0 | 0.06 |
| HSL | 191.15º | 0.9% | 0.49% | - |
| HSV(B) | 191.15º | 0.95% | 0.94% | - |
| XYZ | 35.71 | 46.25 | 88.71 | - |
| YUV | 146.77 | 180.04 | 32.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 197 | 239 | 0.95 | 0.18 | 0 | 0.06 | 191.15 | 0.9 | 0.49 |
| Hex | D | C5 | EF | 5F | 12 | 0 | 6 | BF | 5A | 31 |
| Octal | 15 | 305 | 357 | 137 | 22 | 0 | 6 | 277 | 132 | 61 |
| Binary | 1101 | 11000101 | 11101111 | 1011111 | 10010 | 0 | 110 | 10111111 | 1011010 | 110001 |
Color Harmonies of #0DC5EF
Complementary color
Monochromatic Colors of #0DC5EF
Black with #0DC5EF
Text Example
Text Example
White with #0DC5EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DC5EF; }
p { color: rgb(13,197,239); }
H1.HeaderClassName
{
color: #0DC5EF;
}
.AnyTagClassName
{
color: #0DC5EF;
}
</style>
background-color css
<style>
a { background-color: #0DC5EF; }
a { background-color: rgb(13,197,239); }
div.DivClassName
{
background-color: #0DC5EF;
}
.BgClassName
{
background-color: #0DC5EF;
}
</style>
border-color css
<style>
span { border-color: #0DC5EF; }
span { border-color: rgb(13,197,239); }
td.TdClassName
{
border-color: #0DC5EF;
}
.TagClassName
{
border-color: #0DC5EF;
}
</style>