Shades of Iris Blue #00AACD
Tints of Iris Blue #00AACD
RGB
CMYK
RGB Variations
Color information
#00AACD (or 0x00AACD) is known color: Iris Blue. HEX triplet: 00, AA and CD. RGB value is (0,170,205). Sum of RGB (Red+Green+Blue) = 0+170+205=375 (49% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 375); Green value is 170 (66.80% from 255 or 45.33% from 375); Blue value is 205 (80.47% from 255 or 54.67% from 375); Max value from RGB is 205 - color contains mainly: blue. Hex color #00AACD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #00AACD is #FF5532. Grayscale: #7A7A7A. Windows color (decimal): -16733491 or 13478400. OLE color: 13478400.
HSL color Cylindrical-coordinate representation of color #00AACD: hue angle of 190.24º 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 #00AACD is Cyan = 1, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 0 | 170 | 205 | - |
| CMYK | 1 | 0.17 | 0 | 0.20 |
| HSL | 190.24º | 1% | 0.4% | - |
| HSV(B) | 190.24º | 1% | 0.8% | - |
| XYZ | 25.39 | 33.16 | 62.82 | - |
| YUV | 123.16 | 174.18 | 40.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 170 | 205 | 1 | 0.17 | 0 | 0.20 | 190.24 | 1 | 0.4 |
| Hex | 0 | AA | CD | 64 | 11 | 0 | 14 | BE | 64 | 28 |
| Octal | 0 | 252 | 315 | 144 | 21 | 0 | 24 | 276 | 144 | 50 |
| Binary | 0 | 10101010 | 11001101 | 1100100 | 10001 | 0 | 10100 | 10111110 | 1100100 | 101000 |
Color Harmonies of #00AACD
Complementary color
Monochromatic Colors of #00AACD
Black with #00AACD
Text Example
Text Example
White with #00AACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00AACD; }
p { color: rgb(0,170,205); }
H1.HeaderClassName
{
color: #00AACD;
}
.AnyTagClassName
{
color: #00AACD;
}
</style>
background-color css
<style>
a { background-color: #00AACD; }
a { background-color: rgb(0,170,205); }
div.DivClassName
{
background-color: #00AACD;
}
.BgClassName
{
background-color: #00AACD;
}
</style>
border-color css
<style>
span { border-color: #00AACD; }
span { border-color: rgb(0,170,205); }
td.TdClassName
{
border-color: #00AACD;
}
.TagClassName
{
border-color: #00AACD;
}
</style>