Shades of Iris Blue #00AAC8
Tints of Iris Blue #00AAC8
RGB
CMYK
RGB Variations
Color information
#00AAC8 (or 0x00AAC8) is known color: Iris Blue. HEX triplet: 00, AA and C8. RGB value is (0,170,200). Sum of RGB (Red+Green+Blue) = 0+170+200=370 (49% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 370); Green value is 170 (66.80% from 255 or 45.95% from 370); Blue value is 200 (78.52% from 255 or 54.05% from 370); Max value from RGB is 200 - color contains mainly: blue. Hex color #00AAC8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #00AAC8 is #FF5537. Grayscale: #7A7A7A. Windows color (decimal): -16733496 or 13150720. OLE color: 13150720.
HSL color Cylindrical-coordinate representation of color #00AAC8: hue angle of 189º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00AAC8 is Cyan = 1, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 0 | 170 | 200 | - |
| CMYK | 1 | 0.15 | 0 | 0.22 |
| HSL | 189º | 1% | 0.39% | - |
| HSV(B) | 189º | 1% | 0.78% | - |
| XYZ | 24.8 | 32.92 | 59.69 | - |
| YUV | 122.59 | 171.68 | 40.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 170 | 200 | 1 | 0.15 | 0 | 0.22 | 189 | 1 | 0.39 |
| Hex | 0 | AA | C8 | 64 | F | 0 | 16 | BD | 64 | 27 |
| Octal | 0 | 252 | 310 | 144 | 17 | 0 | 26 | 275 | 144 | 47 |
| Binary | 0 | 10101010 | 11001000 | 1100100 | 1111 | 0 | 10110 | 10111101 | 1100100 | 100111 |
Color Harmonies of #00AAC8
Complementary color
Monochromatic Colors of #00AAC8
Black with #00AAC8
Text Example
Text Example
White with #00AAC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00AAC8; }
p { color: rgb(0,170,200); }
H1.HeaderClassName
{
color: #00AAC8;
}
.AnyTagClassName
{
color: #00AAC8;
}
</style>
background-color css
<style>
a { background-color: #00AAC8; }
a { background-color: rgb(0,170,200); }
div.DivClassName
{
background-color: #00AAC8;
}
.BgClassName
{
background-color: #00AAC8;
}
</style>
border-color css
<style>
span { border-color: #00AAC8; }
span { border-color: rgb(0,170,200); }
td.TdClassName
{
border-color: #00AAC8;
}
.TagClassName
{
border-color: #00AAC8;
}
</style>