Shades of Iris Blue #01AADC
Tints of Iris Blue #01AADC
RGB
CMYK
RGB Variations
Color information
#01AADC (or 0x01AADC) is known color: Iris Blue. HEX triplet: 01, AA and DC. RGB value is (1,170,220). Sum of RGB (Red+Green+Blue) = 1+170+220=391 (51% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 391); Green value is 170 (66.80% from 255 or 43.48% from 391); Blue value is 220 (86.33% from 255 or 56.27% from 391); Max value from RGB is 220 - color contains mainly: blue. Hex color #01AADC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #01AADC is #FE5523. Grayscale: #7C7C7C. Windows color (decimal): -16667940 or 14461441. OLE color: 14461441.
HSL color Cylindrical-coordinate representation of color #01AADC: hue angle of 193.7º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01AADC is Cyan = 1.00, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 1 | 170 | 220 | - |
| CMYK | 1.00 | 0.23 | 0 | 0.14 |
| HSL | 193.7º | 0.99% | 0.43% | - |
| HSV(B) | 193.7º | 1% | 0.86% | - |
| XYZ | 27.31 | 33.92 | 72.82 | - |
| YUV | 125.17 | 181.51 | 39.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 170 | 220 | 1.00 | 0.23 | 0 | 0.14 | 193.7 | 0.99 | 0.43 |
| Hex | 1 | AA | DC | 64 | 17 | 0 | E | C2 | 63 | 2B |
| Octal | 1 | 252 | 334 | 144 | 27 | 0 | 16 | 302 | 143 | 53 |
| Binary | 1 | 10101010 | 11011100 | 1100100 | 10111 | 0 | 1110 | 11000010 | 1100011 | 101011 |
Color Harmonies of #01AADC
Complementary color
Monochromatic Colors of #01AADC
Black with #01AADC
Text Example
Text Example
White with #01AADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01AADC; }
p { color: rgb(1,170,220); }
H1.HeaderClassName
{
color: #01AADC;
}
.AnyTagClassName
{
color: #01AADC;
}
</style>
background-color css
<style>
a { background-color: #01AADC; }
a { background-color: rgb(1,170,220); }
div.DivClassName
{
background-color: #01AADC;
}
.BgClassName
{
background-color: #01AADC;
}
</style>
border-color css
<style>
span { border-color: #01AADC; }
span { border-color: rgb(1,170,220); }
td.TdClassName
{
border-color: #01AADC;
}
.TagClassName
{
border-color: #01AADC;
}
</style>