Shades of Iris Blue #00AACC
Tints of Iris Blue #00AACC
RGB
CMYK
RGB Variations
Color information
#00AACC (or 0x00AACC) is known color: Iris Blue. HEX triplet: 00, AA and CC. RGB value is (0,170,204). Sum of RGB (Red+Green+Blue) = 0+170+204=374 (49% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 374); Green value is 170 (66.80% from 255 or 45.45% from 374); Blue value is 204 (80.08% from 255 or 54.55% from 374); Max value from RGB is 204 - color contains mainly: blue. Hex color #00AACC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #00AACC is #FF5533. Grayscale: #7A7A7A. Windows color (decimal): -16733492 or 13412864. OLE color: 13412864.
HSL color Cylindrical-coordinate representation of color #00AACC: hue angle of 190º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00AACC is Cyan = 1, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 0 | 170 | 204 | - |
| CMYK | 1 | 0.17 | 0 | 0.2 |
| HSL | 190º | 1% | 0.4% | - |
| HSV(B) | 190º | 1% | 0.8% | - |
| XYZ | 25.27 | 33.11 | 62.19 | - |
| YUV | 123.05 | 173.68 | 40.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 170 | 204 | 1 | 0.17 | 0 | 0.2 | 190 | 1 | 0.4 |
| Hex | 0 | AA | CC | 64 | 11 | 0 | 14 | BE | 64 | 28 |
| Octal | 0 | 252 | 314 | 144 | 21 | 0 | 24 | 276 | 144 | 50 |
| Binary | 0 | 10101010 | 11001100 | 1100100 | 10001 | 0 | 10100 | 10111110 | 1100100 | 101000 |
Color Harmonies of #00AACC
Complementary color
Monochromatic Colors of #00AACC
Black with #00AACC
Text Example
Text Example
White with #00AACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00AACC; }
p { color: rgb(0,170,204); }
H1.HeaderClassName
{
color: #00AACC;
}
.AnyTagClassName
{
color: #00AACC;
}
</style>
background-color css
<style>
a { background-color: #00AACC; }
a { background-color: rgb(0,170,204); }
div.DivClassName
{
background-color: #00AACC;
}
.BgClassName
{
background-color: #00AACC;
}
</style>
border-color css
<style>
span { border-color: #00AACC; }
span { border-color: rgb(0,170,204); }
td.TdClassName
{
border-color: #00AACC;
}
.TagClassName
{
border-color: #00AACC;
}
</style>