Shades of Iris Blue #01AECC
Tints of Iris Blue #01AECC
RGB
CMYK
RGB Variations
Color information
#01AECC (or 0x01AECC) is known color: Iris Blue. HEX triplet: 01, AE and CC. RGB value is (1,174,204). Sum of RGB (Red+Green+Blue) = 1+174+204=379 (50% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 379); Green value is 174 (68.36% from 255 or 45.91% from 379); Blue value is 204 (80.08% from 255 or 53.83% from 379); Max value from RGB is 204 - color contains mainly: blue. Hex color #01AECC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #01AECC is #FE5133. Grayscale: #7D7D7D. Windows color (decimal): -16666932 or 13413889. OLE color: 13413889.
HSL color Cylindrical-coordinate representation of color #01AECC: hue angle of 188.87º 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 #01AECC is Cyan = 1.00, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 1 | 174 | 204 | - |
| CMYK | 1.00 | 0.15 | 0 | 0.2 |
| HSL | 188.87º | 0.99% | 0.4% | - |
| HSV(B) | 188.87º | 1% | 0.8% | - |
| XYZ | 26.05 | 34.64 | 62.44 | - |
| YUV | 125.69 | 172.19 | 39.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 174 | 204 | 1.00 | 0.15 | 0 | 0.2 | 188.87 | 0.99 | 0.4 |
| Hex | 1 | AE | CC | 64 | F | 0 | 14 | BD | 63 | 28 |
| Octal | 1 | 256 | 314 | 144 | 17 | 0 | 24 | 275 | 143 | 50 |
| Binary | 1 | 10101110 | 11001100 | 1100100 | 1111 | 0 | 10100 | 10111101 | 1100011 | 101000 |
Color Harmonies of #01AECC
Complementary color
Monochromatic Colors of #01AECC
Black with #01AECC
Text Example
Text Example
White with #01AECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01AECC; }
p { color: rgb(1,174,204); }
H1.HeaderClassName
{
color: #01AECC;
}
.AnyTagClassName
{
color: #01AECC;
}
</style>
background-color css
<style>
a { background-color: #01AECC; }
a { background-color: rgb(1,174,204); }
div.DivClassName
{
background-color: #01AECC;
}
.BgClassName
{
background-color: #01AECC;
}
</style>
border-color css
<style>
span { border-color: #01AECC; }
span { border-color: rgb(1,174,204); }
td.TdClassName
{
border-color: #01AECC;
}
.TagClassName
{
border-color: #01AECC;
}
</style>