Shades of Iris Blue #0AB2C0
Tints of Iris Blue #0AB2C0
RGB
CMYK
RGB Variations
Color information
#0AB2C0 (or 0x0AB2C0) is known color: Iris Blue. HEX triplet: 0A, B2 and C0. RGB value is (10,178,192). Sum of RGB (Red+Green+Blue) = 10+178+192=380 (50% of max value = 765). Red value is 10 (4.30% from 255 or 2.63% from 380); Green value is 178 (69.92% from 255 or 46.84% from 380); Blue value is 192 (75.39% from 255 or 50.53% from 380); Max value from RGB is 192 - color contains mainly: blue. Hex color #0AB2C0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0AB2C0 is #F54D3F. Grayscale: #818181. Windows color (decimal): -16076096 or 12628490. OLE color: 12628490.
HSL color Cylindrical-coordinate representation of color #0AB2C0: hue angle of 184.62º 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 #0AB2C0 is Cyan = 0.95, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 10 | 178 | 192 | - |
| CMYK | 0.95 | 0.07 | 0 | 0.25 |
| HSL | 184.62º | 0.9% | 0.4% | - |
| HSV(B) | 184.62º | 0.95% | 0.75% | - |
| XYZ | 25.56 | 35.71 | 55.41 | - |
| YUV | 129.36 | 163.34 | 42.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 178 | 192 | 0.95 | 0.07 | 0 | 0.25 | 184.62 | 0.9 | 0.4 |
| Hex | A | B2 | C0 | 5F | 7 | 0 | 19 | B9 | 5A | 28 |
| Octal | 12 | 262 | 300 | 137 | 7 | 0 | 31 | 271 | 132 | 50 |
| Binary | 1010 | 10110010 | 11000000 | 1011111 | 111 | 0 | 11001 | 10111001 | 1011010 | 101000 |
Color Harmonies of #0AB2C0
Complementary color
Monochromatic Colors of #0AB2C0
Black with #0AB2C0
Text Example
Text Example
White with #0AB2C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AB2C0; }
p { color: rgb(10,178,192); }
H1.HeaderClassName
{
color: #0AB2C0;
}
.AnyTagClassName
{
color: #0AB2C0;
}
</style>
background-color css
<style>
a { background-color: #0AB2C0; }
a { background-color: rgb(10,178,192); }
div.DivClassName
{
background-color: #0AB2C0;
}
.BgClassName
{
background-color: #0AB2C0;
}
</style>
border-color css
<style>
span { border-color: #0AB2C0; }
span { border-color: rgb(10,178,192); }
td.TdClassName
{
border-color: #0AB2C0;
}
.TagClassName
{
border-color: #0AB2C0;
}
</style>