Shades of Deep Sky Blue #0DADE6
Tints of Deep Sky Blue #0DADE6
RGB
CMYK
RGB Variations
Color information
#0DADE6 (or 0x0DADE6) is known color: Deep Sky Blue. HEX triplet: 0D, AD and E6. RGB value is (13,173,230). Sum of RGB (Red+Green+Blue) = 13+173+230=416 (55% of max value = 765). Red value is 13 (5.47% from 255 or 3.12% from 416); Green value is 173 (67.97% from 255 or 41.59% from 416); Blue value is 230 (90.23% from 255 or 55.29% from 416); Max value from RGB is 230 - color contains mainly: blue. Hex color #0DADE6 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0DADE6 is #F25219. Grayscale: #838383. Windows color (decimal): -15880730 or 15117581. OLE color: 15117581.
HSL color Cylindrical-coordinate representation of color #0DADE6: hue angle of 195.76º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DADE6 is Cyan = 0.94, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 13 | 173 | 230 | - |
| CMYK | 0.94 | 0.25 | 0 | 0.10 |
| HSL | 195.76º | 0.89% | 0.48% | - |
| HSV(B) | 195.76º | 0.94% | 0.9% | - |
| XYZ | 29.39 | 35.69 | 80.2 | - |
| YUV | 131.66 | 183.49 | 43.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 173 | 230 | 0.94 | 0.25 | 0 | 0.10 | 195.76 | 0.89 | 0.48 |
| Hex | D | AD | E6 | 5E | 19 | 0 | A | C4 | 59 | 30 |
| Octal | 15 | 255 | 346 | 136 | 31 | 0 | 12 | 304 | 131 | 60 |
| Binary | 1101 | 10101101 | 11100110 | 1011110 | 11001 | 0 | 1010 | 11000100 | 1011001 | 110000 |
Color Harmonies of #0DADE6
Complementary color
Monochromatic Colors of #0DADE6
Black with #0DADE6
Text Example
Text Example
White with #0DADE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DADE6; }
p { color: rgb(13,173,230); }
H1.HeaderClassName
{
color: #0DADE6;
}
.AnyTagClassName
{
color: #0DADE6;
}
</style>
background-color css
<style>
a { background-color: #0DADE6; }
a { background-color: rgb(13,173,230); }
div.DivClassName
{
background-color: #0DADE6;
}
.BgClassName
{
background-color: #0DADE6;
}
</style>
border-color css
<style>
span { border-color: #0DADE6; }
span { border-color: rgb(13,173,230); }
td.TdClassName
{
border-color: #0DADE6;
}
.TagClassName
{
border-color: #0DADE6;
}
</style>