Shades of Iris Blue #00AACA
Tints of Iris Blue #00AACA
RGB
CMYK
RGB Variations
Color information
#00AACA (or 0x00AACA) is known color: Iris Blue. HEX triplet: 00, AA and CA. RGB value is (0,170,202). Sum of RGB (Red+Green+Blue) = 0+170+202=372 (49% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 372); Green value is 170 (66.80% from 255 or 45.70% from 372); Blue value is 202 (79.30% from 255 or 54.30% from 372); Max value from RGB is 202 - color contains mainly: blue. Hex color #00AACA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #00AACA is #FF5535. Grayscale: #7A7A7A. Windows color (decimal): -16733494 or 13281792. OLE color: 13281792.
HSL color Cylindrical-coordinate representation of color #00AACA: hue angle of 189.5º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00AACA is Cyan = 1, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 0 | 170 | 202 | - |
| CMYK | 1 | 0.16 | 0 | 0.21 |
| HSL | 189.5º | 1% | 0.4% | - |
| HSV(B) | 189.5º | 1% | 0.79% | - |
| XYZ | 25.04 | 33.01 | 60.93 | - |
| YUV | 122.82 | 172.68 | 40.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 170 | 202 | 1 | 0.16 | 0 | 0.21 | 189.5 | 1 | 0.4 |
| Hex | 0 | AA | CA | 64 | 10 | 0 | 15 | BE | 64 | 28 |
| Octal | 0 | 252 | 312 | 144 | 20 | 0 | 25 | 276 | 144 | 50 |
| Binary | 0 | 10101010 | 11001010 | 1100100 | 10000 | 0 | 10101 | 10111110 | 1100100 | 101000 |
Color Harmonies of #00AACA
Complementary color
Monochromatic Colors of #00AACA
Black with #00AACA
Text Example
Text Example
White with #00AACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00AACA; }
p { color: rgb(0,170,202); }
H1.HeaderClassName
{
color: #00AACA;
}
.AnyTagClassName
{
color: #00AACA;
}
</style>
background-color css
<style>
a { background-color: #00AACA; }
a { background-color: rgb(0,170,202); }
div.DivClassName
{
background-color: #00AACA;
}
.BgClassName
{
background-color: #00AACA;
}
</style>
border-color css
<style>
span { border-color: #00AACA; }
span { border-color: rgb(0,170,202); }
td.TdClassName
{
border-color: #00AACA;
}
.TagClassName
{
border-color: #00AACA;
}
</style>