Shades of Iris Blue #0DAADE
Tints of Iris Blue #0DAADE
RGB
CMYK
RGB Variations
Color information
#0DAADE (or 0x0DAADE) is known color: Iris Blue. HEX triplet: 0D, AA and DE. RGB value is (13,170,222). Sum of RGB (Red+Green+Blue) = 13+170+222=405 (53% of max value = 765). Red value is 13 (5.47% from 255 or 3.21% from 405); Green value is 170 (66.80% from 255 or 41.98% from 405); Blue value is 222 (87.11% from 255 or 54.81% from 405); Max value from RGB is 222 - color contains mainly: blue. Hex color #0DAADE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0DAADE is #F25521. Grayscale: #808080. Windows color (decimal): -15881506 or 14592525. OLE color: 14592525.
HSL color Cylindrical-coordinate representation of color #0DAADE: hue angle of 194.93º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DAADE is Cyan = 0.94, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 13 | 170 | 222 | - |
| CMYK | 0.94 | 0.23 | 0 | 0.13 |
| HSL | 194.93º | 0.89% | 0.46% | - |
| HSV(B) | 194.93º | 0.94% | 0.87% | - |
| XYZ | 27.73 | 34.11 | 74.23 | - |
| YUV | 128.99 | 180.49 | 45.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 170 | 222 | 0.94 | 0.23 | 0 | 0.13 | 194.93 | 0.89 | 0.46 |
| Hex | D | AA | DE | 5E | 17 | 0 | D | C3 | 59 | 2E |
| Octal | 15 | 252 | 336 | 136 | 27 | 0 | 15 | 303 | 131 | 56 |
| Binary | 1101 | 10101010 | 11011110 | 1011110 | 10111 | 0 | 1101 | 11000011 | 1011001 | 101110 |
Color Harmonies of #0DAADE
Complementary color
Monochromatic Colors of #0DAADE
Black with #0DAADE
Text Example
Text Example
White with #0DAADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DAADE; }
p { color: rgb(13,170,222); }
H1.HeaderClassName
{
color: #0DAADE;
}
.AnyTagClassName
{
color: #0DAADE;
}
</style>
background-color css
<style>
a { background-color: #0DAADE; }
a { background-color: rgb(13,170,222); }
div.DivClassName
{
background-color: #0DAADE;
}
.BgClassName
{
background-color: #0DAADE;
}
</style>
border-color css
<style>
span { border-color: #0DAADE; }
span { border-color: rgb(13,170,222); }
td.TdClassName
{
border-color: #0DAADE;
}
.TagClassName
{
border-color: #0DAADE;
}
</style>