Shades of Iris Blue #00ACBA
Tints of Iris Blue #00ACBA
RGB
CMYK
RGB Variations
Color information
#00ACBA (or 0x00ACBA) is known color: Iris Blue. HEX triplet: 00, AC and BA. RGB value is (0,172,186). Sum of RGB (Red+Green+Blue) = 0+172+186=358 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 358); Green value is 172 (67.58% from 255 or 48.04% from 358); Blue value is 186 (73.05% from 255 or 51.96% from 358); Max value from RGB is 186 - color contains mainly: blue. Hex color #00ACBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #00ACBA is #FF5345. Grayscale: #797979. Windows color (decimal): -16732998 or 12233728. OLE color: 12233728.
HSL color Cylindrical-coordinate representation of color #00ACBA: hue angle of 184.52º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00ACBA is Cyan = 1, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 0 | 172 | 186 | - |
| CMYK | 1 | 0.08 | 0 | 0.27 |
| HSL | 184.52º | 1% | 0.36% | - |
| HSV(B) | 184.52º | 1% | 0.73% | - |
| XYZ | 23.62 | 33.05 | 51.59 | - |
| YUV | 122.17 | 164.02 | 40.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 172 | 186 | 1 | 0.08 | 0 | 0.27 | 184.52 | 1 | 0.36 |
| Hex | 0 | AC | BA | 64 | 8 | 0 | 1B | B9 | 64 | 24 |
| Octal | 0 | 254 | 272 | 144 | 10 | 0 | 33 | 271 | 144 | 44 |
| Binary | 0 | 10101100 | 10111010 | 1100100 | 1000 | 0 | 11011 | 10111001 | 1100100 | 100100 |
Color Harmonies of #00ACBA
Complementary color
Monochromatic Colors of #00ACBA
Black with #00ACBA
Text Example
Text Example
White with #00ACBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00ACBA; }
p { color: rgb(0,172,186); }
H1.HeaderClassName
{
color: #00ACBA;
}
.AnyTagClassName
{
color: #00ACBA;
}
</style>
background-color css
<style>
a { background-color: #00ACBA; }
a { background-color: rgb(0,172,186); }
div.DivClassName
{
background-color: #00ACBA;
}
.BgClassName
{
background-color: #00ACBA;
}
</style>
border-color css
<style>
span { border-color: #00ACBA; }
span { border-color: rgb(0,172,186); }
td.TdClassName
{
border-color: #00ACBA;
}
.TagClassName
{
border-color: #00ACBA;
}
</style>