Shades of Iris Blue #0AAABF
Tints of Iris Blue #0AAABF
RGB
CMYK
RGB Variations
Color information
#0AAABF (or 0x0AAABF) is known color: Iris Blue. HEX triplet: 0A, AA and BF. RGB value is (10,170,191). Sum of RGB (Red+Green+Blue) = 10+170+191=371 (49% of max value = 765). Red value is 10 (4.30% from 255 or 2.70% from 371); Green value is 170 (66.80% from 255 or 45.82% from 371); Blue value is 191 (75% from 255 or 51.48% from 371); Max value from RGB is 191 - color contains mainly: blue. Hex color #0AAABF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0AAABF is #F55540. Grayscale: #7C7C7C. Windows color (decimal): -16078145 or 12560906. OLE color: 12560906.
HSL color Cylindrical-coordinate representation of color #0AAABF: hue angle of 186.96º 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 #0AAABF is Cyan = 0.95, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 10 | 170 | 191 | - |
| CMYK | 0.95 | 0.11 | 0 | 0.25 |
| HSL | 186.96º | 0.9% | 0.39% | - |
| HSV(B) | 186.96º | 0.95% | 0.75% | - |
| XYZ | 23.9 | 32.58 | 54.32 | - |
| YUV | 124.55 | 165.49 | 46.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 170 | 191 | 0.95 | 0.11 | 0 | 0.25 | 186.96 | 0.9 | 0.39 |
| Hex | A | AA | BF | 5F | B | 0 | 19 | BB | 5A | 27 |
| Octal | 12 | 252 | 277 | 137 | 13 | 0 | 31 | 273 | 132 | 47 |
| Binary | 1010 | 10101010 | 10111111 | 1011111 | 1011 | 0 | 11001 | 10111011 | 1011010 | 100111 |
Color Harmonies of #0AAABF
Complementary color
Monochromatic Colors of #0AAABF
Black with #0AAABF
Text Example
Text Example
White with #0AAABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AAABF; }
p { color: rgb(10,170,191); }
H1.HeaderClassName
{
color: #0AAABF;
}
.AnyTagClassName
{
color: #0AAABF;
}
</style>
background-color css
<style>
a { background-color: #0AAABF; }
a { background-color: rgb(10,170,191); }
div.DivClassName
{
background-color: #0AAABF;
}
.BgClassName
{
background-color: #0AAABF;
}
</style>
border-color css
<style>
span { border-color: #0AAABF; }
span { border-color: rgb(10,170,191); }
td.TdClassName
{
border-color: #0AAABF;
}
.TagClassName
{
border-color: #0AAABF;
}
</style>