Shades of Iris Blue #0AC0BE
Tints of Iris Blue #0AC0BE
RGB
CMYK
RGB Variations
Color information
#0AC0BE (or 0x0AC0BE) is known color: Iris Blue. HEX triplet: 0A, C0 and BE. RGB value is (10,192,190). Sum of RGB (Red+Green+Blue) = 10+192+190=392 (51% of max value = 765). Red value is 10 (4.30% from 255 or 2.55% from 392); Green value is 192 (75.39% from 255 or 48.98% from 392); Blue value is 190 (74.61% from 255 or 48.47% from 392); Max value from RGB is 192 - color contains mainly: green. Hex color #0AC0BE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0AC0BE is #F53F41. Grayscale: #898989. Windows color (decimal): -16072514 or 12501002. OLE color: 12501002.
HSL color Cylindrical-coordinate representation of color #0AC0BE: hue angle of 179.34º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AC0BE is Cyan = 0.95, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 10 | 192 | 190 | - |
| CMYK | 0.95 | 0 | 0.01 | 0.25 |
| HSL | 179.34º | 0.9% | 0.4% | - |
| HSV(B) | 179.34º | 0.95% | 0.75% | - |
| XYZ | 28.27 | 41.48 | 55.23 | - |
| YUV | 137.35 | 157.7 | 37.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 192 | 190 | 0.95 | 0 | 0.01 | 0.25 | 179.34 | 0.9 | 0.4 |
| Hex | A | C0 | BE | 5F | 0 | 1 | 19 | B3 | 5A | 28 |
| Octal | 12 | 300 | 276 | 137 | 0 | 1 | 31 | 263 | 132 | 50 |
| Binary | 1010 | 11000000 | 10111110 | 1011111 | 0 | 1 | 11001 | 10110011 | 1011010 | 101000 |
Color Harmonies of #0AC0BE
Complementary color
Monochromatic Colors of #0AC0BE
Black with #0AC0BE
Text Example
Text Example
White with #0AC0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AC0BE; }
p { color: rgb(10,192,190); }
H1.HeaderClassName
{
color: #0AC0BE;
}
.AnyTagClassName
{
color: #0AC0BE;
}
</style>
background-color css
<style>
a { background-color: #0AC0BE; }
a { background-color: rgb(10,192,190); }
div.DivClassName
{
background-color: #0AC0BE;
}
.BgClassName
{
background-color: #0AC0BE;
}
</style>
border-color css
<style>
span { border-color: #0AC0BE; }
span { border-color: rgb(10,192,190); }
td.TdClassName
{
border-color: #0AC0BE;
}
.TagClassName
{
border-color: #0AC0BE;
}
</style>