Shades of Iris Blue #01AAB5
Tints of Iris Blue #01AAB5
RGB
CMYK
RGB Variations
Color information
#01AAB5 (or 0x01AAB5) is known color: Iris Blue. HEX triplet: 01, AA and B5. RGB value is (1,170,181). Sum of RGB (Red+Green+Blue) = 1+170+181=352 (46% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 352); Green value is 170 (66.80% from 255 or 48.30% from 352); Blue value is 181 (71.09% from 255 or 51.42% from 352); Max value from RGB is 181 - color contains mainly: blue. Hex color #01AAB5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #01AAB5 is #FE554A. Grayscale: #787878. Windows color (decimal): -16667979 or 11905537. OLE color: 11905537.
HSL color Cylindrical-coordinate representation of color #01AAB5: hue angle of 183.67º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01AAB5 is Cyan = 0.99, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 1 | 170 | 181 | - |
| CMYK | 0.99 | 0.06 | 0 | 0.29 |
| HSL | 183.67º | 0.99% | 0.36% | - |
| HSV(B) | 183.67º | 0.99% | 0.71% | - |
| XYZ | 22.73 | 32.09 | 48.71 | - |
| YUV | 120.72 | 162.01 | 42.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 170 | 181 | 0.99 | 0.06 | 0 | 0.29 | 183.67 | 0.99 | 0.36 |
| Hex | 1 | AA | B5 | 63 | 6 | 0 | 1D | B8 | 63 | 24 |
| Octal | 1 | 252 | 265 | 143 | 6 | 0 | 35 | 270 | 143 | 44 |
| Binary | 1 | 10101010 | 10110101 | 1100011 | 110 | 0 | 11101 | 10111000 | 1100011 | 100100 |
Color Harmonies of #01AAB5
Complementary color
Monochromatic Colors of #01AAB5
Black with #01AAB5
Text Example
Text Example
White with #01AAB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01AAB5; }
p { color: rgb(1,170,181); }
H1.HeaderClassName
{
color: #01AAB5;
}
.AnyTagClassName
{
color: #01AAB5;
}
</style>
background-color css
<style>
a { background-color: #01AAB5; }
a { background-color: rgb(1,170,181); }
div.DivClassName
{
background-color: #01AAB5;
}
.BgClassName
{
background-color: #01AAB5;
}
</style>
border-color css
<style>
span { border-color: #01AAB5; }
span { border-color: rgb(1,170,181); }
td.TdClassName
{
border-color: #01AAB5;
}
.TagClassName
{
border-color: #01AAB5;
}
</style>