Shades of Iris Blue #0DAAB6
Tints of Iris Blue #0DAAB6
RGB
CMYK
RGB Variations
Color information
#0DAAB6 (or 0x0DAAB6) is known color: Iris Blue. HEX triplet: 0D, AA and B6. RGB value is (13,170,182). Sum of RGB (Red+Green+Blue) = 13+170+182=365 (48% of max value = 765). Red value is 13 (5.47% from 255 or 3.56% from 365); Green value is 170 (66.80% from 255 or 46.58% from 365); Blue value is 182 (71.48% from 255 or 49.86% from 365); Max value from RGB is 182 - color contains mainly: blue. Hex color #0DAAB6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0DAAB6 is #F25549. Grayscale: #7C7C7C. Windows color (decimal): -15881546 or 11971085. OLE color: 11971085.
HSL color Cylindrical-coordinate representation of color #0DAAB6: hue angle of 184.26º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DAAB6 is Cyan = 0.93, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 13 | 170 | 182 | - |
| CMYK | 0.93 | 0.07 | 0 | 0.29 |
| HSL | 184.26º | 0.87% | 0.38% | - |
| HSV(B) | 184.26º | 0.93% | 0.71% | - |
| XYZ | 22.98 | 32.21 | 49.26 | - |
| YUV | 124.43 | 160.49 | 48.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 170 | 182 | 0.93 | 0.07 | 0 | 0.29 | 184.26 | 0.87 | 0.38 |
| Hex | D | AA | B6 | 5D | 7 | 0 | 1D | B8 | 57 | 26 |
| Octal | 15 | 252 | 266 | 135 | 7 | 0 | 35 | 270 | 127 | 46 |
| Binary | 1101 | 10101010 | 10110110 | 1011101 | 111 | 0 | 11101 | 10111000 | 1010111 | 100110 |
Color Harmonies of #0DAAB6
Complementary color
Monochromatic Colors of #0DAAB6
Black with #0DAAB6
Text Example
Text Example
White with #0DAAB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DAAB6; }
p { color: rgb(13,170,182); }
H1.HeaderClassName
{
color: #0DAAB6;
}
.AnyTagClassName
{
color: #0DAAB6;
}
</style>
background-color css
<style>
a { background-color: #0DAAB6; }
a { background-color: rgb(13,170,182); }
div.DivClassName
{
background-color: #0DAAB6;
}
.BgClassName
{
background-color: #0DAAB6;
}
</style>
border-color css
<style>
span { border-color: #0DAAB6; }
span { border-color: rgb(13,170,182); }
td.TdClassName
{
border-color: #0DAAB6;
}
.TagClassName
{
border-color: #0DAAB6;
}
</style>