Shades of Iris Blue #0DAADA
Tints of Iris Blue #0DAADA
RGB
CMYK
RGB Variations
Color information
#0DAADA (or 0x0DAADA) is known color: Iris Blue. HEX triplet: 0D, AA and DA. RGB value is (13,170,218). Sum of RGB (Red+Green+Blue) = 13+170+218=401 (53% of max value = 765). Red value is 13 (5.47% from 255 or 3.24% from 401); Green value is 170 (66.80% from 255 or 42.39% from 401); Blue value is 218 (85.55% from 255 or 54.36% from 401); Max value from RGB is 218 - color contains mainly: blue. Hex color #0DAADA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0DAADA is #F25525. Grayscale: #808080. Windows color (decimal): -15881510 or 14330381. OLE color: 14330381.
HSL color Cylindrical-coordinate representation of color #0DAADA: hue angle of 194.05º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DAADA is Cyan = 0.94, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 13 | 170 | 218 | - |
| CMYK | 0.94 | 0.22 | 0 | 0.15 |
| HSL | 194.05º | 0.89% | 0.45% | - |
| HSV(B) | 194.05º | 0.94% | 0.85% | - |
| XYZ | 27.2 | 33.9 | 71.44 | - |
| YUV | 128.53 | 178.49 | 45.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 170 | 218 | 0.94 | 0.22 | 0 | 0.15 | 194.05 | 0.89 | 0.45 |
| Hex | D | AA | DA | 5E | 16 | 0 | F | C2 | 59 | 2D |
| Octal | 15 | 252 | 332 | 136 | 26 | 0 | 17 | 302 | 131 | 55 |
| Binary | 1101 | 10101010 | 11011010 | 1011110 | 10110 | 0 | 1111 | 11000010 | 1011001 | 101101 |
Color Harmonies of #0DAADA
Complementary color
Monochromatic Colors of #0DAADA
Black with #0DAADA
Text Example
Text Example
White with #0DAADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DAADA; }
p { color: rgb(13,170,218); }
H1.HeaderClassName
{
color: #0DAADA;
}
.AnyTagClassName
{
color: #0DAADA;
}
</style>
background-color css
<style>
a { background-color: #0DAADA; }
a { background-color: rgb(13,170,218); }
div.DivClassName
{
background-color: #0DAADA;
}
.BgClassName
{
background-color: #0DAADA;
}
</style>
border-color css
<style>
span { border-color: #0DAADA; }
span { border-color: rgb(13,170,218); }
td.TdClassName
{
border-color: #0DAADA;
}
.TagClassName
{
border-color: #0DAADA;
}
</style>