Shades of Iris Blue #0DAAB9
Tints of Iris Blue #0DAAB9
RGB
CMYK
RGB Variations
Color information
#0DAAB9 (or 0x0DAAB9) is known color: Iris Blue. HEX triplet: 0D, AA and B9. RGB value is (13,170,185). Sum of RGB (Red+Green+Blue) = 13+170+185=368 (48% of max value = 765). Red value is 13 (5.47% from 255 or 3.53% from 368); Green value is 170 (66.80% from 255 or 46.20% from 368); Blue value is 185 (72.66% from 255 or 50.27% from 368); Max value from RGB is 185 - color contains mainly: blue. Hex color #0DAAB9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0DAAB9 is #F25546. Grayscale: #7C7C7C. Windows color (decimal): -15881543 or 12167693. OLE color: 12167693.
HSL color Cylindrical-coordinate representation of color #0DAAB9: hue angle of 185.23º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DAAB9 is Cyan = 0.93, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 13 | 170 | 185 | - |
| CMYK | 0.93 | 0.08 | 0 | 0.27 |
| HSL | 185.23º | 0.87% | 0.39% | - |
| HSV(B) | 185.23º | 0.93% | 0.73% | - |
| XYZ | 23.3 | 32.34 | 50.91 | - |
| YUV | 124.77 | 161.99 | 48.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 170 | 185 | 0.93 | 0.08 | 0 | 0.27 | 185.23 | 0.87 | 0.39 |
| Hex | D | AA | B9 | 5D | 8 | 0 | 1B | B9 | 57 | 27 |
| Octal | 15 | 252 | 271 | 135 | 10 | 0 | 33 | 271 | 127 | 47 |
| Binary | 1101 | 10101010 | 10111001 | 1011101 | 1000 | 0 | 11011 | 10111001 | 1010111 | 100111 |
Color Harmonies of #0DAAB9
Complementary color
Monochromatic Colors of #0DAAB9
Black with #0DAAB9
Text Example
Text Example
White with #0DAAB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DAAB9; }
p { color: rgb(13,170,185); }
H1.HeaderClassName
{
color: #0DAAB9;
}
.AnyTagClassName
{
color: #0DAAB9;
}
</style>
background-color css
<style>
a { background-color: #0DAAB9; }
a { background-color: rgb(13,170,185); }
div.DivClassName
{
background-color: #0DAAB9;
}
.BgClassName
{
background-color: #0DAAB9;
}
</style>
border-color css
<style>
span { border-color: #0DAAB9; }
span { border-color: rgb(13,170,185); }
td.TdClassName
{
border-color: #0DAAB9;
}
.TagClassName
{
border-color: #0DAAB9;
}
</style>