Shades of Iris Blue #00A9BD
Tints of Iris Blue #00A9BD
RGB
CMYK
RGB Variations
Color information
#00A9BD (or 0x00A9BD) is known color: Iris Blue. HEX triplet: 00, A9 and BD. RGB value is (0,169,189). Sum of RGB (Red+Green+Blue) = 0+169+189=358 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 358); Green value is 169 (66.41% from 255 or 47.21% from 358); Blue value is 189 (74.22% from 255 or 52.79% from 358); Max value from RGB is 189 - color contains mainly: blue. Hex color #00A9BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #00A9BD is #FF5642. Grayscale: #787878. Windows color (decimal): -16733763 or 12429568. OLE color: 12429568.
HSL color Cylindrical-coordinate representation of color #00A9BD: hue angle of 186.35º 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 #00A9BD is Cyan = 1, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 0 | 169 | 189 | - |
| CMYK | 1 | 0.11 | 0 | 0.26 |
| HSL | 186.35º | 1% | 0.37% | - |
| HSV(B) | 186.35º | 1% | 0.74% | - |
| XYZ | 23.37 | 32.05 | 53.1 | - |
| YUV | 120.75 | 166.51 | 41.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 169 | 189 | 1 | 0.11 | 0 | 0.26 | 186.35 | 1 | 0.37 |
| Hex | 0 | A9 | BD | 64 | B | 0 | 1A | BA | 64 | 25 |
| Octal | 0 | 251 | 275 | 144 | 13 | 0 | 32 | 272 | 144 | 45 |
| Binary | 0 | 10101001 | 10111101 | 1100100 | 1011 | 0 | 11010 | 10111010 | 1100100 | 100101 |
Color Harmonies of #00A9BD
Complementary color
Monochromatic Colors of #00A9BD
Black with #00A9BD
Text Example
Text Example
White with #00A9BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00A9BD; }
p { color: rgb(0,169,189); }
H1.HeaderClassName
{
color: #00A9BD;
}
.AnyTagClassName
{
color: #00A9BD;
}
</style>
background-color css
<style>
a { background-color: #00A9BD; }
a { background-color: rgb(0,169,189); }
div.DivClassName
{
background-color: #00A9BD;
}
.BgClassName
{
background-color: #00A9BD;
}
</style>
border-color css
<style>
span { border-color: #00A9BD; }
span { border-color: rgb(0,169,189); }
td.TdClassName
{
border-color: #00A9BD;
}
.TagClassName
{
border-color: #00A9BD;
}
</style>