Shades of Deep Sky Blue #0DC7EA
Tints of Deep Sky Blue #0DC7EA
RGB
CMYK
RGB Variations
Color information
#0DC7EA (or 0x0DC7EA) is known color: Deep Sky Blue. HEX triplet: 0D, C7 and EA. RGB value is (13,199,234). Sum of RGB (Red+Green+Blue) = 13+199+234=446 (59% of max value = 765). Red value is 13 (5.47% from 255 or 2.91% from 446); Green value is 199 (78.12% from 255 or 44.62% from 446); Blue value is 234 (91.80% from 255 or 52.47% from 446); Max value from RGB is 234 - color contains mainly: blue. Hex color #0DC7EA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0DC7EA is #F23815. Grayscale: #939393. Windows color (decimal): -15874070 or 15386381. OLE color: 15386381.
HSL color Cylindrical-coordinate representation of color #0DC7EA: hue angle of 189.5º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DC7EA is Cyan = 0.94, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 13 | 199 | 234 | - |
| CMYK | 0.94 | 0.15 | 0 | 0.08 |
| HSL | 189.5º | 0.89% | 0.48% | - |
| HSV(B) | 189.5º | 0.94% | 0.92% | - |
| XYZ | 35.44 | 46.87 | 85.02 | - |
| YUV | 147.38 | 176.88 | 32.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 199 | 234 | 0.94 | 0.15 | 0 | 0.08 | 189.5 | 0.89 | 0.48 |
| Hex | D | C7 | EA | 5E | F | 0 | 8 | BE | 59 | 30 |
| Octal | 15 | 307 | 352 | 136 | 17 | 0 | 10 | 276 | 131 | 60 |
| Binary | 1101 | 11000111 | 11101010 | 1011110 | 1111 | 0 | 1000 | 10111110 | 1011001 | 110000 |
Color Harmonies of #0DC7EA
Complementary color
Monochromatic Colors of #0DC7EA
Black with #0DC7EA
Text Example
Text Example
White with #0DC7EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DC7EA; }
p { color: rgb(13,199,234); }
H1.HeaderClassName
{
color: #0DC7EA;
}
.AnyTagClassName
{
color: #0DC7EA;
}
</style>
background-color css
<style>
a { background-color: #0DC7EA; }
a { background-color: rgb(13,199,234); }
div.DivClassName
{
background-color: #0DC7EA;
}
.BgClassName
{
background-color: #0DC7EA;
}
</style>
border-color css
<style>
span { border-color: #0DC7EA; }
span { border-color: rgb(13,199,234); }
td.TdClassName
{
border-color: #0DC7EA;
}
.TagClassName
{
border-color: #0DC7EA;
}
</style>