Shades of Iris Blue #00AADA
Tints of Iris Blue #00AADA
RGB
CMYK
RGB Variations
Color information
#00AADA (or 0x00AADA) is known color: Iris Blue. HEX triplet: 00, AA and DA. RGB value is (0,170,218). Sum of RGB (Red+Green+Blue) = 0+170+218=388 (51% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 388); Green value is 170 (66.80% from 255 or 43.81% from 388); Blue value is 218 (85.55% from 255 or 56.19% from 388); Max value from RGB is 218 - color contains mainly: blue. Hex color #00AADA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #00AADA is #FF5525. Grayscale: #7C7C7C. Windows color (decimal): -16733478 or 14330368. OLE color: 14330368.
HSL color Cylindrical-coordinate representation of color #00AADA: hue angle of 193.21º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00AADA is Cyan = 1, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 0 | 170 | 218 | - |
| CMYK | 1 | 0.22 | 0 | 0.15 |
| HSL | 193.21º | 1% | 0.43% | - |
| HSV(B) | 193.21º | 1% | 0.85% | - |
| XYZ | 27.03 | 33.81 | 71.43 | - |
| YUV | 124.64 | 180.68 | 39.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 170 | 218 | 1 | 0.22 | 0 | 0.15 | 193.21 | 1 | 0.43 |
| Hex | 0 | AA | DA | 64 | 16 | 0 | F | C1 | 64 | 2B |
| Octal | 0 | 252 | 332 | 144 | 26 | 0 | 17 | 301 | 144 | 53 |
| Binary | 0 | 10101010 | 11011010 | 1100100 | 10110 | 0 | 1111 | 11000001 | 1100100 | 101011 |
Color Harmonies of #00AADA
Complementary color
Monochromatic Colors of #00AADA
Black with #00AADA
Text Example
Text Example
White with #00AADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00AADA; }
p { color: rgb(0,170,218); }
H1.HeaderClassName
{
color: #00AADA;
}
.AnyTagClassName
{
color: #00AADA;
}
</style>
background-color css
<style>
a { background-color: #00AADA; }
a { background-color: rgb(0,170,218); }
div.DivClassName
{
background-color: #00AADA;
}
.BgClassName
{
background-color: #00AADA;
}
</style>
border-color css
<style>
span { border-color: #00AADA; }
span { border-color: rgb(0,170,218); }
td.TdClassName
{
border-color: #00AADA;
}
.TagClassName
{
border-color: #00AADA;
}
</style>