Shades of Iris Blue #01AEB1
Tints of Iris Blue #01AEB1
RGB
CMYK
RGB Variations
Color information
#01AEB1 (or 0x01AEB1) is known color: Iris Blue. HEX triplet: 01, AE and B1. RGB value is (1,174,177). Sum of RGB (Red+Green+Blue) = 1+174+177=352 (46% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 352); Green value is 174 (68.36% from 255 or 49.43% from 352); Blue value is 177 (69.53% from 255 or 50.28% from 352); Max value from RGB is 177 - color contains mainly: blue. Hex color #01AEB1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01AEB1 is #FE514E. Grayscale: #7A7A7A. Windows color (decimal): -16666959 or 11644417. OLE color: 11644417.
HSL color Cylindrical-coordinate representation of color #01AEB1: hue angle of 181.02º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01AEB1 is Cyan = 0.99, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 1 | 174 | 177 | - |
| CMYK | 0.99 | 0.02 | 0 | 0.31 |
| HSL | 181.02º | 0.99% | 0.35% | - |
| HSV(B) | 181.02º | 0.99% | 0.69% | - |
| XYZ | 23.08 | 33.45 | 46.84 | - |
| YUV | 122.62 | 158.69 | 41.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 174 | 177 | 0.99 | 0.02 | 0 | 0.31 | 181.02 | 0.99 | 0.35 |
| Hex | 1 | AE | B1 | 63 | 2 | 0 | 1F | B5 | 63 | 23 |
| Octal | 1 | 256 | 261 | 143 | 2 | 0 | 37 | 265 | 143 | 43 |
| Binary | 1 | 10101110 | 10110001 | 1100011 | 10 | 0 | 11111 | 10110101 | 1100011 | 100011 |
Color Harmonies of #01AEB1
Complementary color
Monochromatic Colors of #01AEB1
Black with #01AEB1
Text Example
Text Example
White with #01AEB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01AEB1; }
p { color: rgb(1,174,177); }
H1.HeaderClassName
{
color: #01AEB1;
}
.AnyTagClassName
{
color: #01AEB1;
}
</style>
background-color css
<style>
a { background-color: #01AEB1; }
a { background-color: rgb(1,174,177); }
div.DivClassName
{
background-color: #01AEB1;
}
.BgClassName
{
background-color: #01AEB1;
}
</style>
border-color css
<style>
span { border-color: #01AEB1; }
span { border-color: rgb(1,174,177); }
td.TdClassName
{
border-color: #01AEB1;
}
.TagClassName
{
border-color: #01AEB1;
}
</style>