Shades of Iris Blue #00ACBD
Tints of Iris Blue #00ACBD
RGB
CMYK
RGB Variations
Color information
#00ACBD (or 0x00ACBD) is known color: Iris Blue. HEX triplet: 00, AC and BD. RGB value is (0,172,189). Sum of RGB (Red+Green+Blue) = 0+172+189=361 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 361); Green value is 172 (67.58% from 255 or 47.65% from 361); Blue value is 189 (74.22% from 255 or 52.35% from 361); Max value from RGB is 189 - color contains mainly: blue. Hex color #00ACBD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #00ACBD is #FF5342. Grayscale: #7A7A7A. Windows color (decimal): -16732995 or 12430336. OLE color: 12430336.
HSL color Cylindrical-coordinate representation of color #00ACBD: hue angle of 185.4º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00ACBD is Cyan = 1, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 0 | 172 | 189 | - |
| CMYK | 1 | 0.09 | 0 | 0.26 |
| HSL | 185.4º | 1% | 0.37% | - |
| HSV(B) | 185.4º | 1% | 0.74% | - |
| XYZ | 23.94 | 33.18 | 53.29 | - |
| YUV | 122.51 | 165.52 | 40.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 172 | 189 | 1 | 0.09 | 0 | 0.26 | 185.4 | 1 | 0.37 |
| Hex | 0 | AC | BD | 64 | 9 | 0 | 1A | B9 | 64 | 25 |
| Octal | 0 | 254 | 275 | 144 | 11 | 0 | 32 | 271 | 144 | 45 |
| Binary | 0 | 10101100 | 10111101 | 1100100 | 1001 | 0 | 11010 | 10111001 | 1100100 | 100101 |
Color Harmonies of #00ACBD
Complementary color
Monochromatic Colors of #00ACBD
Black with #00ACBD
Text Example
Text Example
White with #00ACBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00ACBD; }
p { color: rgb(0,172,189); }
H1.HeaderClassName
{
color: #00ACBD;
}
.AnyTagClassName
{
color: #00ACBD;
}
</style>
background-color css
<style>
a { background-color: #00ACBD; }
a { background-color: rgb(0,172,189); }
div.DivClassName
{
background-color: #00ACBD;
}
.BgClassName
{
background-color: #00ACBD;
}
</style>
border-color css
<style>
span { border-color: #00ACBD; }
span { border-color: rgb(0,172,189); }
td.TdClassName
{
border-color: #00ACBD;
}
.TagClassName
{
border-color: #00ACBD;
}
</style>