Shades of Iris Blue #0ABBC0
Tints of Iris Blue #0ABBC0
RGB
CMYK
RGB Variations
Color information
#0ABBC0 (or 0x0ABBC0) is known color: Iris Blue. HEX triplet: 0A, BB and C0. RGB value is (10,187,192). Sum of RGB (Red+Green+Blue) = 10+187+192=389 (51% of max value = 765). Red value is 10 (4.30% from 255 or 2.57% from 389); Green value is 187 (73.44% from 255 or 48.07% from 389); Blue value is 192 (75.39% from 255 or 49.36% from 389); Max value from RGB is 192 - color contains mainly: blue. Hex color #0ABBC0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ABBC0 is #F5443F. Grayscale: #868686. Windows color (decimal): -16073792 or 12630794. OLE color: 12630794.
HSL color Cylindrical-coordinate representation of color #0ABBC0: hue angle of 181.65º 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 #0ABBC0 is Cyan = 0.95, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 10 | 187 | 192 | - |
| CMYK | 0.95 | 0.03 | 0 | 0.25 |
| HSL | 181.65º | 0.9% | 0.4% | - |
| HSV(B) | 181.65º | 0.95% | 0.75% | - |
| XYZ | 27.41 | 39.41 | 56.03 | - |
| YUV | 134.65 | 160.36 | 39.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 187 | 192 | 0.95 | 0.03 | 0 | 0.25 | 181.65 | 0.9 | 0.4 |
| Hex | A | BB | C0 | 5F | 3 | 0 | 19 | B6 | 5A | 28 |
| Octal | 12 | 273 | 300 | 137 | 3 | 0 | 31 | 266 | 132 | 50 |
| Binary | 1010 | 10111011 | 11000000 | 1011111 | 11 | 0 | 11001 | 10110110 | 1011010 | 101000 |
Color Harmonies of #0ABBC0
Complementary color
Monochromatic Colors of #0ABBC0
Black with #0ABBC0
Text Example
Text Example
White with #0ABBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ABBC0; }
p { color: rgb(10,187,192); }
H1.HeaderClassName
{
color: #0ABBC0;
}
.AnyTagClassName
{
color: #0ABBC0;
}
</style>
background-color css
<style>
a { background-color: #0ABBC0; }
a { background-color: rgb(10,187,192); }
div.DivClassName
{
background-color: #0ABBC0;
}
.BgClassName
{
background-color: #0ABBC0;
}
</style>
border-color css
<style>
span { border-color: #0ABBC0; }
span { border-color: rgb(10,187,192); }
td.TdClassName
{
border-color: #0ABBC0;
}
.TagClassName
{
border-color: #0ABBC0;
}
</style>