Shades of Iris Blue #0AB3BA
Tints of Iris Blue #0AB3BA
RGB
CMYK
RGB Variations
Color information
#0AB3BA (or 0x0AB3BA) is known color: Iris Blue. HEX triplet: 0A, B3 and BA. RGB value is (10,179,186). Sum of RGB (Red+Green+Blue) = 10+179+186=375 (49% of max value = 765). Red value is 10 (4.30% from 255 or 2.67% from 375); Green value is 179 (70.31% from 255 or 47.73% from 375); Blue value is 186 (73.05% from 255 or 49.6% from 375); Max value from RGB is 186 - color contains mainly: blue. Hex color #0AB3BA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0AB3BA is #F54C45. Grayscale: #818181. Windows color (decimal): -16075846 or 12235530. OLE color: 12235530.
HSL color Cylindrical-coordinate representation of color #0AB3BA: hue angle of 182.39º 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 #0AB3BA is Cyan = 0.95, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 10 | 179 | 186 | - |
| CMYK | 0.95 | 0.04 | 0 | 0.27 |
| HSL | 182.39º | 0.9% | 0.38% | - |
| HSV(B) | 182.39º | 0.95% | 0.73% | - |
| XYZ | 25.11 | 35.85 | 52.05 | - |
| YUV | 129.27 | 160.01 | 42.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 179 | 186 | 0.95 | 0.04 | 0 | 0.27 | 182.39 | 0.9 | 0.38 |
| Hex | A | B3 | BA | 5F | 4 | 0 | 1B | B6 | 5A | 26 |
| Octal | 12 | 263 | 272 | 137 | 4 | 0 | 33 | 266 | 132 | 46 |
| Binary | 1010 | 10110011 | 10111010 | 1011111 | 100 | 0 | 11011 | 10110110 | 1011010 | 100110 |
Color Harmonies of #0AB3BA
Complementary color
Monochromatic Colors of #0AB3BA
Black with #0AB3BA
Text Example
Text Example
White with #0AB3BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AB3BA; }
p { color: rgb(10,179,186); }
H1.HeaderClassName
{
color: #0AB3BA;
}
.AnyTagClassName
{
color: #0AB3BA;
}
</style>
background-color css
<style>
a { background-color: #0AB3BA; }
a { background-color: rgb(10,179,186); }
div.DivClassName
{
background-color: #0AB3BA;
}
.BgClassName
{
background-color: #0AB3BA;
}
</style>
border-color css
<style>
span { border-color: #0AB3BA; }
span { border-color: rgb(10,179,186); }
td.TdClassName
{
border-color: #0AB3BA;
}
.TagClassName
{
border-color: #0AB3BA;
}
</style>