Shades of Deep Sky Blue #0DACED
Tints of Deep Sky Blue #0DACED
RGB
CMYK
RGB Variations
Color information
#0DACED (or 0x0DACED) is known color: Deep Sky Blue. HEX triplet: 0D, AC and ED. RGB value is (13,172,237). Sum of RGB (Red+Green+Blue) = 13+172+237=422 (55% of max value = 765). Red value is 13 (5.47% from 255 or 3.08% from 422); Green value is 172 (67.58% from 255 or 40.76% from 422); Blue value is 237 (92.97% from 255 or 56.16% from 422); Max value from RGB is 237 - color contains mainly: blue. Hex color #0DACED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0DACED is #F25312. Grayscale: #838383. Windows color (decimal): -15880979 or 15576077. OLE color: 15576077.
HSL color Cylindrical-coordinate representation of color #0DACED: hue angle of 197.41º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DACED is Cyan = 0.95, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 13 | 172 | 237 | - |
| CMYK | 0.95 | 0.27 | 0 | 0.07 |
| HSL | 197.41º | 0.9% | 0.49% | - |
| HSV(B) | 197.41º | 0.95% | 0.93% | - |
| XYZ | 30.2 | 35.71 | 85.42 | - |
| YUV | 131.87 | 187.32 | 43.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 172 | 237 | 0.95 | 0.27 | 0 | 0.07 | 197.41 | 0.9 | 0.49 |
| Hex | D | AC | ED | 5F | 1B | 0 | 7 | C5 | 5A | 31 |
| Octal | 15 | 254 | 355 | 137 | 33 | 0 | 7 | 305 | 132 | 61 |
| Binary | 1101 | 10101100 | 11101101 | 1011111 | 11011 | 0 | 111 | 11000101 | 1011010 | 110001 |
Color Harmonies of #0DACED
Complementary color
Monochromatic Colors of #0DACED
Black with #0DACED
Text Example
Text Example
White with #0DACED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DACED; }
p { color: rgb(13,172,237); }
H1.HeaderClassName
{
color: #0DACED;
}
.AnyTagClassName
{
color: #0DACED;
}
</style>
background-color css
<style>
a { background-color: #0DACED; }
a { background-color: rgb(13,172,237); }
div.DivClassName
{
background-color: #0DACED;
}
.BgClassName
{
background-color: #0DACED;
}
</style>
border-color css
<style>
span { border-color: #0DACED; }
span { border-color: rgb(13,172,237); }
td.TdClassName
{
border-color: #0DACED;
}
.TagClassName
{
border-color: #0DACED;
}
</style>