Shades of Iris Blue #0AAAB4
Tints of Iris Blue #0AAAB4
RGB
CMYK
RGB Variations
Color information
#0AAAB4 (or 0x0AAAB4) is known color: Iris Blue. HEX triplet: 0A, AA and B4. RGB value is (10,170,180). Sum of RGB (Red+Green+Blue) = 10+170+180=360 (47% of max value = 765). Red value is 10 (4.30% from 255 or 2.78% from 360); Green value is 170 (66.80% from 255 or 47.22% from 360); Blue value is 180 (70.70% from 255 or 50% from 360); Max value from RGB is 180 - color contains mainly: blue. Hex color #0AAAB4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0AAAB4 is #F5554B. Grayscale: #7B7B7B. Windows color (decimal): -16078156 or 11840010. OLE color: 11840010.
HSL color Cylindrical-coordinate representation of color #0AAAB4: hue angle of 183.53º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AAAB4 is Cyan = 0.94, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 10 | 170 | 180 | - |
| CMYK | 0.94 | 0.06 | 0 | 0.29 |
| HSL | 183.53º | 0.89% | 0.37% | - |
| HSV(B) | 183.53º | 0.94% | 0.71% | - |
| XYZ | 22.74 | 32.11 | 48.18 | - |
| YUV | 123.3 | 159.99 | 47.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 170 | 180 | 0.94 | 0.06 | 0 | 0.29 | 183.53 | 0.89 | 0.37 |
| Hex | A | AA | B4 | 5E | 6 | 0 | 1D | B8 | 59 | 25 |
| Octal | 12 | 252 | 264 | 136 | 6 | 0 | 35 | 270 | 131 | 45 |
| Binary | 1010 | 10101010 | 10110100 | 1011110 | 110 | 0 | 11101 | 10111000 | 1011001 | 100101 |
Color Harmonies of #0AAAB4
Complementary color
Monochromatic Colors of #0AAAB4
Black with #0AAAB4
Text Example
Text Example
White with #0AAAB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AAAB4; }
p { color: rgb(10,170,180); }
H1.HeaderClassName
{
color: #0AAAB4;
}
.AnyTagClassName
{
color: #0AAAB4;
}
</style>
background-color css
<style>
a { background-color: #0AAAB4; }
a { background-color: rgb(10,170,180); }
div.DivClassName
{
background-color: #0AAAB4;
}
.BgClassName
{
background-color: #0AAAB4;
}
</style>
border-color css
<style>
span { border-color: #0AAAB4; }
span { border-color: rgb(10,170,180); }
td.TdClassName
{
border-color: #0AAAB4;
}
.TagClassName
{
border-color: #0AAAB4;
}
</style>