Shades of Iris Blue #0AB0BA
Tints of Iris Blue #0AB0BA
RGB
CMYK
RGB Variations
Color information
#0AB0BA (or 0x0AB0BA) is known color: Iris Blue. HEX triplet: 0A, B0 and BA. RGB value is (10,176,186). Sum of RGB (Red+Green+Blue) = 10+176+186=372 (49% of max value = 765). Red value is 10 (4.30% from 255 or 2.69% from 372); Green value is 176 (69.14% from 255 or 47.31% from 372); Blue value is 186 (73.05% from 255 or 50% from 372); Max value from RGB is 186 - color contains mainly: blue. Hex color #0AB0BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0AB0BA is #F54F45. Grayscale: #7F7F7F. Windows color (decimal): -16076614 or 12234762. OLE color: 12234762.
HSL color Cylindrical-coordinate representation of color #0AB0BA: hue angle of 183.41º 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 #0AB0BA is Cyan = 0.95, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 10 | 176 | 186 | - |
| CMYK | 0.95 | 0.05 | 0 | 0.27 |
| HSL | 183.41º | 0.9% | 0.38% | - |
| HSV(B) | 183.41º | 0.95% | 0.73% | - |
| XYZ | 24.51 | 34.66 | 51.85 | - |
| YUV | 127.51 | 161 | 44.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 176 | 186 | 0.95 | 0.05 | 0 | 0.27 | 183.41 | 0.9 | 0.38 |
| Hex | A | B0 | BA | 5F | 5 | 0 | 1B | B7 | 5A | 26 |
| Octal | 12 | 260 | 272 | 137 | 5 | 0 | 33 | 267 | 132 | 46 |
| Binary | 1010 | 10110000 | 10111010 | 1011111 | 101 | 0 | 11011 | 10110111 | 1011010 | 100110 |
Color Harmonies of #0AB0BA
Complementary color
Monochromatic Colors of #0AB0BA
Black with #0AB0BA
Text Example
Text Example
White with #0AB0BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AB0BA; }
p { color: rgb(10,176,186); }
H1.HeaderClassName
{
color: #0AB0BA;
}
.AnyTagClassName
{
color: #0AB0BA;
}
</style>
background-color css
<style>
a { background-color: #0AB0BA; }
a { background-color: rgb(10,176,186); }
div.DivClassName
{
background-color: #0AB0BA;
}
.BgClassName
{
background-color: #0AB0BA;
}
</style>
border-color css
<style>
span { border-color: #0AB0BA; }
span { border-color: rgb(10,176,186); }
td.TdClassName
{
border-color: #0AB0BA;
}
.TagClassName
{
border-color: #0AB0BA;
}
</style>