Shades of Iris Blue #01AAC4
Tints of Iris Blue #01AAC4
RGB
CMYK
RGB Variations
Color information
#01AAC4 (or 0x01AAC4) is known color: Iris Blue. HEX triplet: 01, AA and C4. RGB value is (1,170,196). Sum of RGB (Red+Green+Blue) = 1+170+196=367 (48% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 367); Green value is 170 (66.80% from 255 or 46.32% from 367); Blue value is 196 (76.95% from 255 or 53.41% from 367); Max value from RGB is 196 - color contains mainly: blue. Hex color #01AAC4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #01AAC4 is #FE553B. Grayscale: #7A7A7A. Windows color (decimal): -16667964 or 12888577. OLE color: 12888577.
HSL color Cylindrical-coordinate representation of color #01AAC4: hue angle of 188º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01AAC4 is Cyan = 0.99, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 1 | 170 | 196 | - |
| CMYK | 0.99 | 0.13 | 0 | 0.23 |
| HSL | 188º | 0.99% | 0.39% | - |
| HSV(B) | 188º | 0.99% | 0.77% | - |
| XYZ | 24.35 | 32.74 | 57.26 | - |
| YUV | 122.43 | 169.51 | 41.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 170 | 196 | 0.99 | 0.13 | 0 | 0.23 | 188 | 0.99 | 0.39 |
| Hex | 1 | AA | C4 | 63 | D | 0 | 17 | BC | 63 | 27 |
| Octal | 1 | 252 | 304 | 143 | 15 | 0 | 27 | 274 | 143 | 47 |
| Binary | 1 | 10101010 | 11000100 | 1100011 | 1101 | 0 | 10111 | 10111100 | 1100011 | 100111 |
Color Harmonies of #01AAC4
Complementary color
Monochromatic Colors of #01AAC4
Black with #01AAC4
Text Example
Text Example
White with #01AAC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01AAC4; }
p { color: rgb(1,170,196); }
H1.HeaderClassName
{
color: #01AAC4;
}
.AnyTagClassName
{
color: #01AAC4;
}
</style>
background-color css
<style>
a { background-color: #01AAC4; }
a { background-color: rgb(1,170,196); }
div.DivClassName
{
background-color: #01AAC4;
}
.BgClassName
{
background-color: #01AAC4;
}
</style>
border-color css
<style>
span { border-color: #01AAC4; }
span { border-color: rgb(1,170,196); }
td.TdClassName
{
border-color: #01AAC4;
}
.TagClassName
{
border-color: #01AAC4;
}
</style>