Shades of Iris Blue #0AC0BD
Tints of Iris Blue #0AC0BD
RGB
CMYK
RGB Variations
Color information
#0AC0BD (or 0x0AC0BD) is known color: Iris Blue. HEX triplet: 0A, C0 and BD. RGB value is (10,192,189). Sum of RGB (Red+Green+Blue) = 10+192+189=391 (51% of max value = 765). Red value is 10 (4.30% from 255 or 2.56% from 391); Green value is 192 (75.39% from 255 or 49.10% from 391); Blue value is 189 (74.22% from 255 or 48.34% from 391); Max value from RGB is 192 - color contains mainly: green. Hex color #0AC0BD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0AC0BD is #F53F42. Grayscale: #898989. Windows color (decimal): -16072515 or 12435466. OLE color: 12435466.
HSL color Cylindrical-coordinate representation of color #0AC0BD: hue angle of 179.01º 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 #0AC0BD is Cyan = 0.95, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 10 | 192 | 189 | - |
| CMYK | 0.95 | 0 | 0.02 | 0.25 |
| HSL | 179.01º | 0.9% | 0.4% | - |
| HSV(B) | 179.01º | 0.95% | 0.75% | - |
| XYZ | 28.16 | 41.44 | 54.66 | - |
| YUV | 137.24 | 157.2 | 37.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 192 | 189 | 0.95 | 0 | 0.02 | 0.25 | 179.01 | 0.9 | 0.4 |
| Hex | A | C0 | BD | 5F | 0 | 2 | 19 | B3 | 5A | 28 |
| Octal | 12 | 300 | 275 | 137 | 0 | 2 | 31 | 263 | 132 | 50 |
| Binary | 1010 | 11000000 | 10111101 | 1011111 | 0 | 10 | 11001 | 10110011 | 1011010 | 101000 |
Color Harmonies of #0AC0BD
Complementary color
Monochromatic Colors of #0AC0BD
Black with #0AC0BD
Text Example
Text Example
White with #0AC0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AC0BD; }
p { color: rgb(10,192,189); }
H1.HeaderClassName
{
color: #0AC0BD;
}
.AnyTagClassName
{
color: #0AC0BD;
}
</style>
background-color css
<style>
a { background-color: #0AC0BD; }
a { background-color: rgb(10,192,189); }
div.DivClassName
{
background-color: #0AC0BD;
}
.BgClassName
{
background-color: #0AC0BD;
}
</style>
border-color css
<style>
span { border-color: #0AC0BD; }
span { border-color: rgb(10,192,189); }
td.TdClassName
{
border-color: #0AC0BD;
}
.TagClassName
{
border-color: #0AC0BD;
}
</style>