Shades of Iris Blue #01AABB
Tints of Iris Blue #01AABB
RGB
CMYK
RGB Variations
Color information
#01AABB (or 0x01AABB) is known color: Iris Blue. HEX triplet: 01, AA and BB. RGB value is (1,170,187). Sum of RGB (Red+Green+Blue) = 1+170+187=358 (47% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 358); Green value is 170 (66.80% from 255 or 47.49% from 358); Blue value is 187 (73.44% from 255 or 52.23% from 358); Max value from RGB is 187 - color contains mainly: blue. Hex color #01AABB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #01AABB is #FE5544. Grayscale: #797979. Windows color (decimal): -16667973 or 12298753. OLE color: 12298753.
HSL color Cylindrical-coordinate representation of color #01AABB: hue angle of 185.48º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01AABB is Cyan = 0.99, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 1 | 170 | 187 | - |
| CMYK | 0.99 | 0.09 | 0 | 0.27 |
| HSL | 185.48º | 0.99% | 0.37% | - |
| HSV(B) | 185.48º | 0.99% | 0.73% | - |
| XYZ | 23.36 | 32.34 | 52.03 | - |
| YUV | 121.41 | 165.01 | 42.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 170 | 187 | 0.99 | 0.09 | 0 | 0.27 | 185.48 | 0.99 | 0.37 |
| Hex | 1 | AA | BB | 63 | 9 | 0 | 1B | B9 | 63 | 25 |
| Octal | 1 | 252 | 273 | 143 | 11 | 0 | 33 | 271 | 143 | 45 |
| Binary | 1 | 10101010 | 10111011 | 1100011 | 1001 | 0 | 11011 | 10111001 | 1100011 | 100101 |
Color Harmonies of #01AABB
Complementary color
Monochromatic Colors of #01AABB
Black with #01AABB
Text Example
Text Example
White with #01AABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01AABB; }
p { color: rgb(1,170,187); }
H1.HeaderClassName
{
color: #01AABB;
}
.AnyTagClassName
{
color: #01AABB;
}
</style>
background-color css
<style>
a { background-color: #01AABB; }
a { background-color: rgb(1,170,187); }
div.DivClassName
{
background-color: #01AABB;
}
.BgClassName
{
background-color: #01AABB;
}
</style>
border-color css
<style>
span { border-color: #01AABB; }
span { border-color: rgb(1,170,187); }
td.TdClassName
{
border-color: #01AABB;
}
.TagClassName
{
border-color: #01AABB;
}
</style>