Shades of Iris Blue #0AB4BE
Tints of Iris Blue #0AB4BE
RGB
CMYK
RGB Variations
Color information
#0AB4BE (or 0x0AB4BE) is known color: Iris Blue. HEX triplet: 0A, B4 and BE. RGB value is (10,180,190). Sum of RGB (Red+Green+Blue) = 10+180+190=380 (50% of max value = 765). Red value is 10 (4.30% from 255 or 2.63% from 380); Green value is 180 (70.70% from 255 or 47.37% from 380); Blue value is 190 (74.61% from 255 or 50% from 380); Max value from RGB is 190 - color contains mainly: blue. Hex color #0AB4BE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0AB4BE is #F54B41. Grayscale: #828282. Windows color (decimal): -16075586 or 12497930. OLE color: 12497930.
HSL color Cylindrical-coordinate representation of color #0AB4BE: hue angle of 183.33º 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 #0AB4BE is Cyan = 0.95, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 10 | 180 | 190 | - |
| CMYK | 0.95 | 0.05 | 0 | 0.25 |
| HSL | 183.33º | 0.9% | 0.39% | - |
| HSV(B) | 183.33º | 0.95% | 0.75% | - |
| XYZ | 25.74 | 36.42 | 54.39 | - |
| YUV | 130.31 | 161.68 | 42.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 180 | 190 | 0.95 | 0.05 | 0 | 0.25 | 183.33 | 0.9 | 0.39 |
| Hex | A | B4 | BE | 5F | 5 | 0 | 19 | B7 | 5A | 27 |
| Octal | 12 | 264 | 276 | 137 | 5 | 0 | 31 | 267 | 132 | 47 |
| Binary | 1010 | 10110100 | 10111110 | 1011111 | 101 | 0 | 11001 | 10110111 | 1011010 | 100111 |
Color Harmonies of #0AB4BE
Complementary color
Monochromatic Colors of #0AB4BE
Black with #0AB4BE
Text Example
Text Example
White with #0AB4BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AB4BE; }
p { color: rgb(10,180,190); }
H1.HeaderClassName
{
color: #0AB4BE;
}
.AnyTagClassName
{
color: #0AB4BE;
}
</style>
background-color css
<style>
a { background-color: #0AB4BE; }
a { background-color: rgb(10,180,190); }
div.DivClassName
{
background-color: #0AB4BE;
}
.BgClassName
{
background-color: #0AB4BE;
}
</style>
border-color css
<style>
span { border-color: #0AB4BE; }
span { border-color: rgb(10,180,190); }
td.TdClassName
{
border-color: #0AB4BE;
}
.TagClassName
{
border-color: #0AB4BE;
}
</style>