Shades of Iris Blue #00A9BA
Tints of Iris Blue #00A9BA
RGB
CMYK
RGB Variations
Color information
#00A9BA (or 0x00A9BA) is known color: Iris Blue. HEX triplet: 00, A9 and BA. RGB value is (0,169,186). Sum of RGB (Red+Green+Blue) = 0+169+186=355 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 355); Green value is 169 (66.41% from 255 or 47.61% from 355); Blue value is 186 (73.05% from 255 or 52.39% from 355); Max value from RGB is 186 - color contains mainly: blue. Hex color #00A9BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #00A9BA is #FF5645. Grayscale: #787878. Windows color (decimal): -16733766 or 12232960. OLE color: 12232960.
HSL color Cylindrical-coordinate representation of color #00A9BA: hue angle of 185.48º 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 #00A9BA is Cyan = 1, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 0 | 169 | 186 | - |
| CMYK | 1 | 0.09 | 0 | 0.27 |
| HSL | 185.48º | 1% | 0.36% | - |
| HSV(B) | 185.48º | 1% | 0.73% | - |
| XYZ | 23.05 | 31.92 | 51.4 | - |
| YUV | 120.41 | 165.01 | 42.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 169 | 186 | 1 | 0.09 | 0 | 0.27 | 185.48 | 1 | 0.36 |
| Hex | 0 | A9 | BA | 64 | 9 | 0 | 1B | B9 | 64 | 24 |
| Octal | 0 | 251 | 272 | 144 | 11 | 0 | 33 | 271 | 144 | 44 |
| Binary | 0 | 10101001 | 10111010 | 1100100 | 1001 | 0 | 11011 | 10111001 | 1100100 | 100100 |
Color Harmonies of #00A9BA
Complementary color
Monochromatic Colors of #00A9BA
Black with #00A9BA
Text Example
Text Example
White with #00A9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00A9BA; }
p { color: rgb(0,169,186); }
H1.HeaderClassName
{
color: #00A9BA;
}
.AnyTagClassName
{
color: #00A9BA;
}
</style>
background-color css
<style>
a { background-color: #00A9BA; }
a { background-color: rgb(0,169,186); }
div.DivClassName
{
background-color: #00A9BA;
}
.BgClassName
{
background-color: #00A9BA;
}
</style>
border-color css
<style>
span { border-color: #00A9BA; }
span { border-color: rgb(0,169,186); }
td.TdClassName
{
border-color: #00A9BA;
}
.TagClassName
{
border-color: #00A9BA;
}
</style>