Shades of Deep Sky Blue #0DAAFF
Tints of Deep Sky Blue #0DAAFF
RGB
CMYK
RGB Variations
Color information
#0DAAFF (or 0x0DAAFF) is known color: Deep Sky Blue. HEX triplet: 0D, AA and FF. RGB value is (13,170,255). Sum of RGB (Red+Green+Blue) = 13+170+255=438 (58% of max value = 765). Red value is 13 (5.47% from 255 or 2.97% from 438); Green value is 170 (66.80% from 255 or 38.81% from 438); Blue value is 255 (100% from 255 or 58.22% from 438); Max value from RGB is 255 - color contains mainly: blue. Hex color #0DAAFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0DAAFF is #F25500. Grayscale: #848484. Windows color (decimal): -15881473 or 16755213. OLE color: 16755213.
HSL color Cylindrical-coordinate representation of color #0DAAFF: hue angle of 201.07º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DAAFF is Cyan = 0.95, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 13 | 170 | 255 | - |
| CMYK | 0.95 | 0.33 | 0 | 0 |
| HSL | 201.07º | 1% | 0.53% | - |
| HSV(B) | 201.07º | 0.95% | 1% | - |
| XYZ | 32.59 | 36.06 | 99.85 | - |
| YUV | 132.75 | 196.99 | 42.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 170 | 255 | 0.95 | 0.33 | 0 | 0 | 201.07 | 1 | 0.53 |
| Hex | D | AA | FF | 5F | 21 | 0 | 0 | C9 | 64 | 35 |
| Octal | 15 | 252 | 377 | 137 | 41 | 0 | 0 | 311 | 144 | 65 |
| Binary | 1101 | 10101010 | 11111111 | 1011111 | 100001 | 0 | 0 | 11001001 | 1100100 | 110101 |
Color Harmonies of #0DAAFF
Complementary color
Monochromatic Colors of #0DAAFF
Black with #0DAAFF
Text Example
Text Example
White with #0DAAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DAAFF; }
p { color: rgb(13,170,255); }
H1.HeaderClassName
{
color: #0DAAFF;
}
.AnyTagClassName
{
color: #0DAAFF;
}
</style>
background-color css
<style>
a { background-color: #0DAAFF; }
a { background-color: rgb(13,170,255); }
div.DivClassName
{
background-color: #0DAAFF;
}
.BgClassName
{
background-color: #0DAAFF;
}
</style>
border-color css
<style>
span { border-color: #0DAAFF; }
span { border-color: rgb(13,170,255); }
td.TdClassName
{
border-color: #0DAAFF;
}
.TagClassName
{
border-color: #0DAAFF;
}
</style>