Shades of Deep Sky Blue #0DAFE9
Tints of Deep Sky Blue #0DAFE9
RGB
CMYK
RGB Variations
Color information
#0DAFE9 (or 0x0DAFE9) is known color: Deep Sky Blue. HEX triplet: 0D, AF and E9. RGB value is (13,175,233). Sum of RGB (Red+Green+Blue) = 13+175+233=421 (55% of max value = 765). Red value is 13 (5.47% from 255 or 3.09% from 421); Green value is 175 (68.75% from 255 or 41.57% from 421); Blue value is 233 (91.41% from 255 or 55.34% from 421); Max value from RGB is 233 - color contains mainly: blue. Hex color #0DAFE9 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0DAFE9 is #F25016. Grayscale: #848484. Windows color (decimal): -15880215 or 15314701. OLE color: 15314701.
HSL color Cylindrical-coordinate representation of color #0DAFE9: hue angle of 195.82º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DAFE9 is Cyan = 0.94, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 13 | 175 | 233 | - |
| CMYK | 0.94 | 0.25 | 0 | 0.09 |
| HSL | 195.82º | 0.89% | 0.48% | - |
| HSV(B) | 195.82º | 0.94% | 0.91% | - |
| XYZ | 30.2 | 36.63 | 82.57 | - |
| YUV | 133.17 | 184.33 | 42.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 175 | 233 | 0.94 | 0.25 | 0 | 0.09 | 195.82 | 0.89 | 0.48 |
| Hex | D | AF | E9 | 5E | 19 | 0 | 9 | C4 | 59 | 30 |
| Octal | 15 | 257 | 351 | 136 | 31 | 0 | 11 | 304 | 131 | 60 |
| Binary | 1101 | 10101111 | 11101001 | 1011110 | 11001 | 0 | 1001 | 11000100 | 1011001 | 110000 |
Color Harmonies of #0DAFE9
Complementary color
Monochromatic Colors of #0DAFE9
Black with #0DAFE9
Text Example
Text Example
White with #0DAFE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DAFE9; }
p { color: rgb(13,175,233); }
H1.HeaderClassName
{
color: #0DAFE9;
}
.AnyTagClassName
{
color: #0DAFE9;
}
</style>
background-color css
<style>
a { background-color: #0DAFE9; }
a { background-color: rgb(13,175,233); }
div.DivClassName
{
background-color: #0DAFE9;
}
.BgClassName
{
background-color: #0DAFE9;
}
</style>
border-color css
<style>
span { border-color: #0DAFE9; }
span { border-color: rgb(13,175,233); }
td.TdClassName
{
border-color: #0DAFE9;
}
.TagClassName
{
border-color: #0DAFE9;
}
</style>