Shades of Iris Blue #0AB0BE
Tints of Iris Blue #0AB0BE
RGB
CMYK
RGB Variations
Color information
#0AB0BE (or 0x0AB0BE) is known color: Iris Blue. HEX triplet: 0A, B0 and BE. RGB value is (10,176,190). Sum of RGB (Red+Green+Blue) = 10+176+190=376 (49% of max value = 765). Red value is 10 (4.30% from 255 or 2.66% from 376); Green value is 176 (69.14% from 255 or 46.81% from 376); Blue value is 190 (74.61% from 255 or 50.53% from 376); Max value from RGB is 190 - color contains mainly: blue. Hex color #0AB0BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0AB0BE is #F54F41. Grayscale: #7F7F7F. Windows color (decimal): -16076610 or 12496906. OLE color: 12496906.
HSL color Cylindrical-coordinate representation of color #0AB0BE: hue angle of 184.67º 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 #0AB0BE is Cyan = 0.95, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 10 | 176 | 190 | - |
| CMYK | 0.95 | 0.07 | 0 | 0.25 |
| HSL | 184.67º | 0.9% | 0.39% | - |
| HSV(B) | 184.67º | 0.95% | 0.75% | - |
| XYZ | 24.94 | 34.83 | 54.12 | - |
| YUV | 127.96 | 163 | 43.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 176 | 190 | 0.95 | 0.07 | 0 | 0.25 | 184.67 | 0.9 | 0.39 |
| Hex | A | B0 | BE | 5F | 7 | 0 | 19 | B9 | 5A | 27 |
| Octal | 12 | 260 | 276 | 137 | 7 | 0 | 31 | 271 | 132 | 47 |
| Binary | 1010 | 10110000 | 10111110 | 1011111 | 111 | 0 | 11001 | 10111001 | 1011010 | 100111 |
Color Harmonies of #0AB0BE
Complementary color
Monochromatic Colors of #0AB0BE
Black with #0AB0BE
Text Example
Text Example
White with #0AB0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AB0BE; }
p { color: rgb(10,176,190); }
H1.HeaderClassName
{
color: #0AB0BE;
}
.AnyTagClassName
{
color: #0AB0BE;
}
</style>
background-color css
<style>
a { background-color: #0AB0BE; }
a { background-color: rgb(10,176,190); }
div.DivClassName
{
background-color: #0AB0BE;
}
.BgClassName
{
background-color: #0AB0BE;
}
</style>
border-color css
<style>
span { border-color: #0AB0BE; }
span { border-color: rgb(10,176,190); }
td.TdClassName
{
border-color: #0AB0BE;
}
.TagClassName
{
border-color: #0AB0BE;
}
</style>