Shades of Iris Blue #01A9BB
Tints of Iris Blue #01A9BB
RGB
CMYK
RGB Variations
Color information
#01A9BB (or 0x01A9BB) is known color: Iris Blue. HEX triplet: 01, A9 and BB. RGB value is (1,169,187). Sum of RGB (Red+Green+Blue) = 1+169+187=357 (47% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 357); Green value is 169 (66.41% from 255 or 47.34% from 357); Blue value is 187 (73.44% from 255 or 52.38% from 357); Max value from RGB is 187 - color contains mainly: blue. Hex color #01A9BB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #01A9BB is #FE5644. Grayscale: #787878. Windows color (decimal): -16668229 or 12298497. OLE color: 12298497.
HSL color Cylindrical-coordinate representation of color #01A9BB: hue angle of 185.81º 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 #01A9BB is Cyan = 0.99, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 1 | 169 | 187 | - |
| CMYK | 0.99 | 0.10 | 0 | 0.27 |
| HSL | 185.81º | 0.99% | 0.37% | - |
| HSV(B) | 185.81º | 0.99% | 0.73% | - |
| XYZ | 23.17 | 31.97 | 51.96 | - |
| YUV | 120.82 | 165.34 | 42.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 169 | 187 | 0.99 | 0.10 | 0 | 0.27 | 185.81 | 0.99 | 0.37 |
| Hex | 1 | A9 | BB | 63 | A | 0 | 1B | BA | 63 | 25 |
| Octal | 1 | 251 | 273 | 143 | 12 | 0 | 33 | 272 | 143 | 45 |
| Binary | 1 | 10101001 | 10111011 | 1100011 | 1010 | 0 | 11011 | 10111010 | 1100011 | 100101 |
Color Harmonies of #01A9BB
Complementary color
Monochromatic Colors of #01A9BB
Black with #01A9BB
Text Example
Text Example
White with #01A9BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01A9BB; }
p { color: rgb(1,169,187); }
H1.HeaderClassName
{
color: #01A9BB;
}
.AnyTagClassName
{
color: #01A9BB;
}
</style>
background-color css
<style>
a { background-color: #01A9BB; }
a { background-color: rgb(1,169,187); }
div.DivClassName
{
background-color: #01A9BB;
}
.BgClassName
{
background-color: #01A9BB;
}
</style>
border-color css
<style>
span { border-color: #01A9BB; }
span { border-color: rgb(1,169,187); }
td.TdClassName
{
border-color: #01A9BB;
}
.TagClassName
{
border-color: #01A9BB;
}
</style>