Shades of Iris Blue #00AAD2
Tints of Iris Blue #00AAD2
RGB
CMYK
RGB Variations
Color information
#00AAD2 (or 0x00AAD2) is known color: Iris Blue. HEX triplet: 00, AA and D2. RGB value is (0,170,210). Sum of RGB (Red+Green+Blue) = 0+170+210=380 (50% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 380); Green value is 170 (66.80% from 255 or 44.74% from 380); Blue value is 210 (82.42% from 255 or 55.26% from 380); Max value from RGB is 210 - color contains mainly: blue. Hex color #00AAD2 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #00AAD2 is #FF552D. Grayscale: #7B7B7B. Windows color (decimal): -16733486 or 13806080. OLE color: 13806080.
HSL color Cylindrical-coordinate representation of color #00AAD2: hue angle of 191.43º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00AAD2 is Cyan = 1, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 0 | 170 | 210 | - |
| CMYK | 1 | 0.19 | 0 | 0.18 |
| HSL | 191.43º | 1% | 0.41% | - |
| HSV(B) | 191.43º | 1% | 0.82% | - |
| XYZ | 26.01 | 33.4 | 66.05 | - |
| YUV | 123.73 | 176.68 | 39.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 170 | 210 | 1 | 0.19 | 0 | 0.18 | 191.43 | 1 | 0.41 |
| Hex | 0 | AA | D2 | 64 | 13 | 0 | 12 | BF | 64 | 29 |
| Octal | 0 | 252 | 322 | 144 | 23 | 0 | 22 | 277 | 144 | 51 |
| Binary | 0 | 10101010 | 11010010 | 1100100 | 10011 | 0 | 10010 | 10111111 | 1100100 | 101001 |
Color Harmonies of #00AAD2
Complementary color
Monochromatic Colors of #00AAD2
Black with #00AAD2
Text Example
Text Example
White with #00AAD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00AAD2; }
p { color: rgb(0,170,210); }
H1.HeaderClassName
{
color: #00AAD2;
}
.AnyTagClassName
{
color: #00AAD2;
}
</style>
background-color css
<style>
a { background-color: #00AAD2; }
a { background-color: rgb(0,170,210); }
div.DivClassName
{
background-color: #00AAD2;
}
.BgClassName
{
background-color: #00AAD2;
}
</style>
border-color css
<style>
span { border-color: #00AAD2; }
span { border-color: rgb(0,170,210); }
td.TdClassName
{
border-color: #00AAD2;
}
.TagClassName
{
border-color: #00AAD2;
}
</style>