Shades of Iris Blue #01ACD9
Tints of Iris Blue #01ACD9
RGB
CMYK
RGB Variations
Color information
#01ACD9 (or 0x01ACD9) is known color: Iris Blue. HEX triplet: 01, AC and D9. RGB value is (1,172,217). Sum of RGB (Red+Green+Blue) = 1+172+217=390 (51% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 390); Green value is 172 (67.58% from 255 or 44.10% from 390); Blue value is 217 (85.16% from 255 or 55.64% from 390); Max value from RGB is 217 - color contains mainly: blue. Hex color #01ACD9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #01ACD9 is #FE5326. Grayscale: #7D7D7D. Windows color (decimal): -16667431 or 14265345. OLE color: 14265345.
HSL color Cylindrical-coordinate representation of color #01ACD9: hue angle of 192.5º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01ACD9 is Cyan = 1.00, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 1 | 172 | 217 | - |
| CMYK | 1.00 | 0.21 | 0 | 0.15 |
| HSL | 192.5º | 0.99% | 0.43% | - |
| HSV(B) | 192.5º | 1% | 0.85% | - |
| XYZ | 27.29 | 34.52 | 70.87 | - |
| YUV | 126 | 179.35 | 38.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 172 | 217 | 1.00 | 0.21 | 0 | 0.15 | 192.5 | 0.99 | 0.43 |
| Hex | 1 | AC | D9 | 64 | 15 | 0 | F | C0 | 63 | 2B |
| Octal | 1 | 254 | 331 | 144 | 25 | 0 | 17 | 300 | 143 | 53 |
| Binary | 1 | 10101100 | 11011001 | 1100100 | 10101 | 0 | 1111 | 11000000 | 1100011 | 101011 |
Color Harmonies of #01ACD9
Complementary color
Monochromatic Colors of #01ACD9
Black with #01ACD9
Text Example
Text Example
White with #01ACD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01ACD9; }
p { color: rgb(1,172,217); }
H1.HeaderClassName
{
color: #01ACD9;
}
.AnyTagClassName
{
color: #01ACD9;
}
</style>
background-color css
<style>
a { background-color: #01ACD9; }
a { background-color: rgb(1,172,217); }
div.DivClassName
{
background-color: #01ACD9;
}
.BgClassName
{
background-color: #01ACD9;
}
</style>
border-color css
<style>
span { border-color: #01ACD9; }
span { border-color: rgb(1,172,217); }
td.TdClassName
{
border-color: #01ACD9;
}
.TagClassName
{
border-color: #01ACD9;
}
</style>