Shades of Iris Blue #0ABDBA
Tints of Iris Blue #0ABDBA
RGB
CMYK
RGB Variations
Color information
#0ABDBA (or 0x0ABDBA) is known color: Iris Blue. HEX triplet: 0A, BD and BA. RGB value is (10,189,186). Sum of RGB (Red+Green+Blue) = 10+189+186=385 (50% of max value = 765). Red value is 10 (4.30% from 255 or 2.60% from 385); Green value is 189 (74.22% from 255 or 49.09% from 385); Blue value is 186 (73.05% from 255 or 48.31% from 385); Max value from RGB is 189 - color contains mainly: green. Hex color #0ABDBA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ABDBA is #F54245. Grayscale: #868686. Windows color (decimal): -16073286 or 12238090. OLE color: 12238090.
HSL color Cylindrical-coordinate representation of color #0ABDBA: 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 #0ABDBA is Cyan = 0.95, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 10 | 189 | 186 | - |
| CMYK | 0.95 | 0 | 0.02 | 0.26 |
| HSL | 178.99º | 0.9% | 0.39% | - |
| HSV(B) | 178.99º | 0.95% | 0.74% | - |
| XYZ | 27.19 | 40 | 52.74 | - |
| YUV | 135.14 | 156.7 | 38.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 189 | 186 | 0.95 | 0 | 0.02 | 0.26 | 178.99 | 0.9 | 0.39 |
| Hex | A | BD | BA | 5F | 0 | 2 | 1A | B3 | 5A | 27 |
| Octal | 12 | 275 | 272 | 137 | 0 | 2 | 32 | 263 | 132 | 47 |
| Binary | 1010 | 10111101 | 10111010 | 1011111 | 0 | 10 | 11010 | 10110011 | 1011010 | 100111 |
Color Harmonies of #0ABDBA
Complementary color
Monochromatic Colors of #0ABDBA
Black with #0ABDBA
Text Example
Text Example
White with #0ABDBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ABDBA; }
p { color: rgb(10,189,186); }
H1.HeaderClassName
{
color: #0ABDBA;
}
.AnyTagClassName
{
color: #0ABDBA;
}
</style>
background-color css
<style>
a { background-color: #0ABDBA; }
a { background-color: rgb(10,189,186); }
div.DivClassName
{
background-color: #0ABDBA;
}
.BgClassName
{
background-color: #0ABDBA;
}
</style>
border-color css
<style>
span { border-color: #0ABDBA; }
span { border-color: rgb(10,189,186); }
td.TdClassName
{
border-color: #0ABDBA;
}
.TagClassName
{
border-color: #0ABDBA;
}
</style>