Shades of Iris Blue #0AABBF
Tints of Iris Blue #0AABBF
RGB
CMYK
RGB Variations
Color information
#0AABBF (or 0x0AABBF) is known color: Iris Blue. HEX triplet: 0A, AB and BF. RGB value is (10,171,191). Sum of RGB (Red+Green+Blue) = 10+171+191=372 (49% of max value = 765). Red value is 10 (4.30% from 255 or 2.69% from 372); Green value is 171 (67.19% from 255 or 45.97% from 372); Blue value is 191 (75% from 255 or 51.34% from 372); Max value from RGB is 191 - color contains mainly: blue. Hex color #0AABBF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0AABBF is #F55440. Grayscale: #7C7C7C. Windows color (decimal): -16077889 or 12561162. OLE color: 12561162.
HSL color Cylindrical-coordinate representation of color #0AABBF: hue angle of 186.63º 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 #0AABBF is Cyan = 0.95, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 10 | 171 | 191 | - |
| CMYK | 0.95 | 0.10 | 0 | 0.25 |
| HSL | 186.63º | 0.9% | 0.39% | - |
| HSV(B) | 186.63º | 0.95% | 0.75% | - |
| XYZ | 24.09 | 32.95 | 54.38 | - |
| YUV | 125.14 | 165.16 | 45.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 171 | 191 | 0.95 | 0.10 | 0 | 0.25 | 186.63 | 0.9 | 0.39 |
| Hex | A | AB | BF | 5F | A | 0 | 19 | BB | 5A | 27 |
| Octal | 12 | 253 | 277 | 137 | 12 | 0 | 31 | 273 | 132 | 47 |
| Binary | 1010 | 10101011 | 10111111 | 1011111 | 1010 | 0 | 11001 | 10111011 | 1011010 | 100111 |
Color Harmonies of #0AABBF
Complementary color
Monochromatic Colors of #0AABBF
Black with #0AABBF
Text Example
Text Example
White with #0AABBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AABBF; }
p { color: rgb(10,171,191); }
H1.HeaderClassName
{
color: #0AABBF;
}
.AnyTagClassName
{
color: #0AABBF;
}
</style>
background-color css
<style>
a { background-color: #0AABBF; }
a { background-color: rgb(10,171,191); }
div.DivClassName
{
background-color: #0AABBF;
}
.BgClassName
{
background-color: #0AABBF;
}
</style>
border-color css
<style>
span { border-color: #0AABBF; }
span { border-color: rgb(10,171,191); }
td.TdClassName
{
border-color: #0AABBF;
}
.TagClassName
{
border-color: #0AABBF;
}
</style>