Shades of Deep Sky Blue #0DC2EB
Tints of Deep Sky Blue #0DC2EB
RGB
CMYK
RGB Variations
Color information
#0DC2EB (or 0x0DC2EB) is known color: Deep Sky Blue. HEX triplet: 0D, C2 and EB. RGB value is (13,194,235). Sum of RGB (Red+Green+Blue) = 13+194+235=442 (58% of max value = 765). Red value is 13 (5.47% from 255 or 2.94% from 442); Green value is 194 (76.17% from 255 or 43.89% from 442); Blue value is 235 (92.19% from 255 or 53.17% from 442); Max value from RGB is 235 - color contains mainly: blue. Hex color #0DC2EB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0DC2EB is #F23D14. Grayscale: #909090. Windows color (decimal): -15875349 or 15450637. OLE color: 15450637.
HSL color Cylindrical-coordinate representation of color #0DC2EB: hue angle of 191.08º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DC2EB is Cyan = 0.94, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 13 | 194 | 235 | - |
| CMYK | 0.94 | 0.17 | 0 | 0.08 |
| HSL | 191.08º | 0.9% | 0.49% | - |
| HSV(B) | 191.08º | 0.94% | 0.92% | - |
| XYZ | 34.45 | 44.67 | 85.4 | - |
| YUV | 144.56 | 179.03 | 34.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 194 | 235 | 0.94 | 0.17 | 0 | 0.08 | 191.08 | 0.9 | 0.49 |
| Hex | D | C2 | EB | 5E | 11 | 0 | 8 | BF | 5A | 31 |
| Octal | 15 | 302 | 353 | 136 | 21 | 0 | 10 | 277 | 132 | 61 |
| Binary | 1101 | 11000010 | 11101011 | 1011110 | 10001 | 0 | 1000 | 10111111 | 1011010 | 110001 |
Color Harmonies of #0DC2EB
Complementary color
Monochromatic Colors of #0DC2EB
Black with #0DC2EB
Text Example
Text Example
White with #0DC2EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DC2EB; }
p { color: rgb(13,194,235); }
H1.HeaderClassName
{
color: #0DC2EB;
}
.AnyTagClassName
{
color: #0DC2EB;
}
</style>
background-color css
<style>
a { background-color: #0DC2EB; }
a { background-color: rgb(13,194,235); }
div.DivClassName
{
background-color: #0DC2EB;
}
.BgClassName
{
background-color: #0DC2EB;
}
</style>
border-color css
<style>
span { border-color: #0DC2EB; }
span { border-color: rgb(13,194,235); }
td.TdClassName
{
border-color: #0DC2EB;
}
.TagClassName
{
border-color: #0DC2EB;
}
</style>