Shades of Iris Blue #01AACD
Tints of Iris Blue #01AACD
RGB
CMYK
RGB Variations
Color information
#01AACD (or 0x01AACD) is known color: Iris Blue. HEX triplet: 01, AA and CD. RGB value is (1,170,205). Sum of RGB (Red+Green+Blue) = 1+170+205=376 (49% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 376); Green value is 170 (66.80% from 255 or 45.21% from 376); Blue value is 205 (80.47% from 255 or 54.52% from 376); Max value from RGB is 205 - color contains mainly: blue. Hex color #01AACD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #01AACD is #FE5532. Grayscale: #7B7B7B. Windows color (decimal): -16667955 or 13478401. OLE color: 13478401.
HSL color Cylindrical-coordinate representation of color #01AACD: hue angle of 190.29º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01AACD is Cyan = 1.00, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 1 | 170 | 205 | - |
| CMYK | 1.00 | 0.17 | 0 | 0.20 |
| HSL | 190.29º | 0.99% | 0.4% | - |
| HSV(B) | 190.29º | 1% | 0.8% | - |
| XYZ | 25.41 | 33.16 | 62.82 | - |
| YUV | 123.46 | 174.01 | 40.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 170 | 205 | 1.00 | 0.17 | 0 | 0.20 | 190.29 | 0.99 | 0.4 |
| Hex | 1 | AA | CD | 64 | 11 | 0 | 14 | BE | 63 | 28 |
| Octal | 1 | 252 | 315 | 144 | 21 | 0 | 24 | 276 | 143 | 50 |
| Binary | 1 | 10101010 | 11001101 | 1100100 | 10001 | 0 | 10100 | 10111110 | 1100011 | 101000 |
Color Harmonies of #01AACD
Complementary color
Monochromatic Colors of #01AACD
Black with #01AACD
Text Example
Text Example
White with #01AACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01AACD; }
p { color: rgb(1,170,205); }
H1.HeaderClassName
{
color: #01AACD;
}
.AnyTagClassName
{
color: #01AACD;
}
</style>
background-color css
<style>
a { background-color: #01AACD; }
a { background-color: rgb(1,170,205); }
div.DivClassName
{
background-color: #01AACD;
}
.BgClassName
{
background-color: #01AACD;
}
</style>
border-color css
<style>
span { border-color: #01AACD; }
span { border-color: rgb(1,170,205); }
td.TdClassName
{
border-color: #01AACD;
}
.TagClassName
{
border-color: #01AACD;
}
</style>