Shades of Iris Blue #0AABBA
Tints of Iris Blue #0AABBA
RGB
CMYK
RGB Variations
Color information
#0AABBA (or 0x0AABBA) is known color: Iris Blue. HEX triplet: 0A, AB and BA. RGB value is (10,171,186). Sum of RGB (Red+Green+Blue) = 10+171+186=367 (48% of max value = 765). Red value is 10 (4.30% from 255 or 2.72% from 367); Green value is 171 (67.19% from 255 or 46.59% from 367); Blue value is 186 (73.05% from 255 or 50.68% from 367); Max value from RGB is 186 - color contains mainly: blue. Hex color #0AABBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0AABBA is #F55445. Grayscale: #7C7C7C. Windows color (decimal): -16077894 or 12233482. OLE color: 12233482.
HSL color Cylindrical-coordinate representation of color #0AABBA: hue angle of 185.11º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AABBA is Cyan = 0.95, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 10 | 171 | 186 | - |
| CMYK | 0.95 | 0.08 | 0 | 0.27 |
| HSL | 185.11º | 0.9% | 0.38% | - |
| HSV(B) | 185.11º | 0.95% | 0.73% | - |
| XYZ | 23.55 | 32.74 | 51.53 | - |
| YUV | 124.57 | 162.66 | 46.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 171 | 186 | 0.95 | 0.08 | 0 | 0.27 | 185.11 | 0.9 | 0.38 |
| Hex | A | AB | BA | 5F | 8 | 0 | 1B | B9 | 5A | 26 |
| Octal | 12 | 253 | 272 | 137 | 10 | 0 | 33 | 271 | 132 | 46 |
| Binary | 1010 | 10101011 | 10111010 | 1011111 | 1000 | 0 | 11011 | 10111001 | 1011010 | 100110 |
Color Harmonies of #0AABBA
Complementary color
Monochromatic Colors of #0AABBA
Black with #0AABBA
Text Example
Text Example
White with #0AABBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AABBA; }
p { color: rgb(10,171,186); }
H1.HeaderClassName
{
color: #0AABBA;
}
.AnyTagClassName
{
color: #0AABBA;
}
</style>
background-color css
<style>
a { background-color: #0AABBA; }
a { background-color: rgb(10,171,186); }
div.DivClassName
{
background-color: #0AABBA;
}
.BgClassName
{
background-color: #0AABBA;
}
</style>
border-color css
<style>
span { border-color: #0AABBA; }
span { border-color: rgb(10,171,186); }
td.TdClassName
{
border-color: #0AABBA;
}
.TagClassName
{
border-color: #0AABBA;
}
</style>