Shades of Iris Blue #0AA9BE
Tints of Iris Blue #0AA9BE
RGB
CMYK
RGB Variations
Color information
#0AA9BE (or 0x0AA9BE) is known color: Iris Blue. HEX triplet: 0A, A9 and BE. RGB value is (10,169,190). Sum of RGB (Red+Green+Blue) = 10+169+190=369 (48% of max value = 765). Red value is 10 (4.30% from 255 or 2.71% from 369); Green value is 169 (66.41% from 255 or 45.80% from 369); Blue value is 190 (74.61% from 255 or 51.49% from 369); Max value from RGB is 190 - color contains mainly: blue. Hex color #0AA9BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0AA9BE is #F55641. Grayscale: #7B7B7B. Windows color (decimal): -16078402 or 12495114. OLE color: 12495114.
HSL color Cylindrical-coordinate representation of color #0AA9BE: hue angle of 187º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AA9BE is Cyan = 0.95, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 10 | 169 | 190 | - |
| CMYK | 0.95 | 0.11 | 0 | 0.25 |
| HSL | 187º | 0.9% | 0.39% | - |
| HSV(B) | 187º | 0.95% | 0.75% | - |
| XYZ | 23.61 | 32.16 | 53.68 | - |
| YUV | 123.85 | 165.32 | 46.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 169 | 190 | 0.95 | 0.11 | 0 | 0.25 | 187 | 0.9 | 0.39 |
| Hex | A | A9 | BE | 5F | B | 0 | 19 | BB | 5A | 27 |
| Octal | 12 | 251 | 276 | 137 | 13 | 0 | 31 | 273 | 132 | 47 |
| Binary | 1010 | 10101001 | 10111110 | 1011111 | 1011 | 0 | 11001 | 10111011 | 1011010 | 100111 |
Color Harmonies of #0AA9BE
Complementary color
Monochromatic Colors of #0AA9BE
Black with #0AA9BE
Text Example
Text Example
White with #0AA9BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AA9BE; }
p { color: rgb(10,169,190); }
H1.HeaderClassName
{
color: #0AA9BE;
}
.AnyTagClassName
{
color: #0AA9BE;
}
</style>
background-color css
<style>
a { background-color: #0AA9BE; }
a { background-color: rgb(10,169,190); }
div.DivClassName
{
background-color: #0AA9BE;
}
.BgClassName
{
background-color: #0AA9BE;
}
</style>
border-color css
<style>
span { border-color: #0AA9BE; }
span { border-color: rgb(10,169,190); }
td.TdClassName
{
border-color: #0AA9BE;
}
.TagClassName
{
border-color: #0AA9BE;
}
</style>