Shades of Iris Blue #01B9AD
Tints of Iris Blue #01B9AD
RGB
CMYK
RGB Variations
Color information
#01B9AD (or 0x01B9AD) is known color: Iris Blue. HEX triplet: 01, B9 and AD. RGB value is (1,185,173). Sum of RGB (Red+Green+Blue) = 1+185+173=359 (47% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 359); Green value is 185 (72.66% from 255 or 51.53% from 359); Blue value is 173 (67.97% from 255 or 48.19% from 359); Max value from RGB is 185 - color contains mainly: green. Hex color #01B9AD is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01B9AD is #FE4652. Grayscale: #808080. Windows color (decimal): -16664147 or 11385089. OLE color: 11385089.
HSL color Cylindrical-coordinate representation of color #01B9AD: hue angle of 176.09º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01B9AD is Cyan = 0.99, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 1 | 185 | 173 | - |
| CMYK | 0.99 | 0 | 0.06 | 0.27 |
| HSL | 176.09º | 0.99% | 0.36% | - |
| HSV(B) | 176.09º | 0.99% | 0.73% | - |
| XYZ | 24.9 | 37.72 | 45.5 | - |
| YUV | 128.62 | 153.04 | 36.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 185 | 173 | 0.99 | 0 | 0.06 | 0.27 | 176.09 | 0.99 | 0.36 |
| Hex | 1 | B9 | AD | 63 | 0 | 6 | 1B | B0 | 63 | 24 |
| Octal | 1 | 271 | 255 | 143 | 0 | 6 | 33 | 260 | 143 | 44 |
| Binary | 1 | 10111001 | 10101101 | 1100011 | 0 | 110 | 11011 | 10110000 | 1100011 | 100100 |
Color Harmonies of #01B9AD
Complementary color
Monochromatic Colors of #01B9AD
Black with #01B9AD
Text Example
Text Example
White with #01B9AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01B9AD; }
p { color: rgb(1,185,173); }
H1.HeaderClassName
{
color: #01B9AD;
}
.AnyTagClassName
{
color: #01B9AD;
}
</style>
background-color css
<style>
a { background-color: #01B9AD; }
a { background-color: rgb(1,185,173); }
div.DivClassName
{
background-color: #01B9AD;
}
.BgClassName
{
background-color: #01B9AD;
}
</style>
border-color css
<style>
span { border-color: #01B9AD; }
span { border-color: rgb(1,185,173); }
td.TdClassName
{
border-color: #01B9AD;
}
.TagClassName
{
border-color: #01B9AD;
}
</style>