Shades of Iris Blue #0ABCB9
Tints of Iris Blue #0ABCB9
RGB
CMYK
RGB Variations
Color information
#0ABCB9 (or 0x0ABCB9) is known color: Iris Blue. HEX triplet: 0A, BC and B9. RGB value is (10,188,185). Sum of RGB (Red+Green+Blue) = 10+188+185=383 (50% of max value = 765). Red value is 10 (4.30% from 255 or 2.61% from 383); Green value is 188 (73.83% from 255 or 49.09% from 383); Blue value is 185 (72.66% from 255 or 48.30% from 383); Max value from RGB is 188 - color contains mainly: green. Hex color #0ABCB9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ABCB9 is #F54346. Grayscale: #868686. Windows color (decimal): -16073543 or 12172298. OLE color: 12172298.
HSL color Cylindrical-coordinate representation of color #0ABCB9: hue angle of 178.99º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ABCB9 is Cyan = 0.95, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 10 | 188 | 185 | - |
| CMYK | 0.95 | 0 | 0.02 | 0.26 |
| HSL | 178.99º | 0.9% | 0.39% | - |
| HSV(B) | 178.99º | 0.95% | 0.74% | - |
| XYZ | 26.87 | 39.53 | 52.11 | - |
| YUV | 134.44 | 156.53 | 39.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 188 | 185 | 0.95 | 0 | 0.02 | 0.26 | 178.99 | 0.9 | 0.39 |
| Hex | A | BC | B9 | 5F | 0 | 2 | 1A | B3 | 5A | 27 |
| Octal | 12 | 274 | 271 | 137 | 0 | 2 | 32 | 263 | 132 | 47 |
| Binary | 1010 | 10111100 | 10111001 | 1011111 | 0 | 10 | 11010 | 10110011 | 1011010 | 100111 |
Color Harmonies of #0ABCB9
Complementary color
Monochromatic Colors of #0ABCB9
Black with #0ABCB9
Text Example
Text Example
White with #0ABCB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ABCB9; }
p { color: rgb(10,188,185); }
H1.HeaderClassName
{
color: #0ABCB9;
}
.AnyTagClassName
{
color: #0ABCB9;
}
</style>
background-color css
<style>
a { background-color: #0ABCB9; }
a { background-color: rgb(10,188,185); }
div.DivClassName
{
background-color: #0ABCB9;
}
.BgClassName
{
background-color: #0ABCB9;
}
</style>
border-color css
<style>
span { border-color: #0ABCB9; }
span { border-color: rgb(10,188,185); }
td.TdClassName
{
border-color: #0ABCB9;
}
.TagClassName
{
border-color: #0ABCB9;
}
</style>