Shades of Iris Blue #0DAACD
Tints of Iris Blue #0DAACD
RGB
CMYK
RGB Variations
Color information
#0DAACD (or 0x0DAACD) is known color: Iris Blue. HEX triplet: 0D, AA and CD. RGB value is (13,170,205). Sum of RGB (Red+Green+Blue) = 13+170+205=388 (51% of max value = 765). Red value is 13 (5.47% from 255 or 3.35% from 388); Green value is 170 (66.80% from 255 or 43.81% from 388); Blue value is 205 (80.47% from 255 or 52.84% from 388); Max value from RGB is 205 - color contains mainly: blue. Hex color #0DAACD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0DAACD is #F25532. Grayscale: #7E7E7E. Windows color (decimal): -15881523 or 13478413. OLE color: 13478413.
HSL color Cylindrical-coordinate representation of color #0DAACD: hue angle of 190.94º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DAACD is Cyan = 0.94, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 13 | 170 | 205 | - |
| CMYK | 0.94 | 0.17 | 0 | 0.20 |
| HSL | 190.94º | 0.88% | 0.43% | - |
| HSV(B) | 190.94º | 0.94% | 0.8% | - |
| XYZ | 25.56 | 33.24 | 62.83 | - |
| YUV | 127.05 | 171.99 | 46.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 170 | 205 | 0.94 | 0.17 | 0 | 0.20 | 190.94 | 0.88 | 0.43 |
| Hex | D | AA | CD | 5E | 11 | 0 | 14 | BF | 58 | 2B |
| Octal | 15 | 252 | 315 | 136 | 21 | 0 | 24 | 277 | 130 | 53 |
| Binary | 1101 | 10101010 | 11001101 | 1011110 | 10001 | 0 | 10100 | 10111111 | 1011000 | 101011 |
Color Harmonies of #0DAACD
Complementary color
Monochromatic Colors of #0DAACD
Black with #0DAACD
Text Example
Text Example
White with #0DAACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DAACD; }
p { color: rgb(13,170,205); }
H1.HeaderClassName
{
color: #0DAACD;
}
.AnyTagClassName
{
color: #0DAACD;
}
</style>
background-color css
<style>
a { background-color: #0DAACD; }
a { background-color: rgb(13,170,205); }
div.DivClassName
{
background-color: #0DAACD;
}
.BgClassName
{
background-color: #0DAACD;
}
</style>
border-color css
<style>
span { border-color: #0DAACD; }
span { border-color: rgb(13,170,205); }
td.TdClassName
{
border-color: #0DAACD;
}
.TagClassName
{
border-color: #0DAACD;
}
</style>