Shades of Iris Blue #0ABFB9
Tints of Iris Blue #0ABFB9
RGB
CMYK
RGB Variations
Color information
#0ABFB9 (or 0x0ABFB9) is known color: Iris Blue. HEX triplet: 0A, BF and B9. RGB value is (10,191,185). Sum of RGB (Red+Green+Blue) = 10+191+185=386 (51% of max value = 765). Red value is 10 (4.30% from 255 or 2.59% from 386); Green value is 191 (75% from 255 or 49.48% from 386); Blue value is 185 (72.66% from 255 or 47.93% from 386); Max value from RGB is 191 - color contains mainly: green. Hex color #0ABFB9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ABFB9 is #F54046. Grayscale: #888888. Windows color (decimal): -16072775 or 12173066. OLE color: 12173066.
HSL color Cylindrical-coordinate representation of color #0ABFB9: hue angle of 178.01º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ABFB9 is Cyan = 0.95, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 10 | 191 | 185 | - |
| CMYK | 0.95 | 0 | 0.03 | 0.25 |
| HSL | 178.01º | 0.9% | 0.39% | - |
| HSV(B) | 178.01º | 0.95% | 0.75% | - |
| XYZ | 27.51 | 40.83 | 52.33 | - |
| YUV | 136.2 | 155.53 | 37.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 191 | 185 | 0.95 | 0 | 0.03 | 0.25 | 178.01 | 0.9 | 0.39 |
| Hex | A | BF | B9 | 5F | 0 | 3 | 19 | B2 | 5A | 27 |
| Octal | 12 | 277 | 271 | 137 | 0 | 3 | 31 | 262 | 132 | 47 |
| Binary | 1010 | 10111111 | 10111001 | 1011111 | 0 | 11 | 11001 | 10110010 | 1011010 | 100111 |
Color Harmonies of #0ABFB9
Complementary color
Monochromatic Colors of #0ABFB9
Black with #0ABFB9
Text Example
Text Example
White with #0ABFB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ABFB9; }
p { color: rgb(10,191,185); }
H1.HeaderClassName
{
color: #0ABFB9;
}
.AnyTagClassName
{
color: #0ABFB9;
}
</style>
background-color css
<style>
a { background-color: #0ABFB9; }
a { background-color: rgb(10,191,185); }
div.DivClassName
{
background-color: #0ABFB9;
}
.BgClassName
{
background-color: #0ABFB9;
}
</style>
border-color css
<style>
span { border-color: #0ABFB9; }
span { border-color: rgb(10,191,185); }
td.TdClassName
{
border-color: #0ABFB9;
}
.TagClassName
{
border-color: #0ABFB9;
}
</style>