Shades of Iris Blue #01B9B0
Tints of Iris Blue #01B9B0
RGB
CMYK
RGB Variations
Color information
#01B9B0 (or 0x01B9B0) is known color: Iris Blue. HEX triplet: 01, B9 and B0. RGB value is (1,185,176). Sum of RGB (Red+Green+Blue) = 1+185+176=362 (47% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 362); Green value is 185 (72.66% from 255 or 51.10% from 362); Blue value is 176 (69.14% from 255 or 48.62% from 362); Max value from RGB is 185 - color contains mainly: green. Hex color #01B9B0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01B9B0 is #FE464F. Grayscale: #808080. Windows color (decimal): -16664144 or 11581697. OLE color: 11581697.
HSL color Cylindrical-coordinate representation of color #01B9B0: hue angle of 177.07º 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 #01B9B0 is Cyan = 0.99, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 1 | 185 | 176 | - |
| CMYK | 0.99 | 0 | 0.05 | 0.27 |
| HSL | 177.07º | 0.99% | 0.36% | - |
| HSV(B) | 177.07º | 0.99% | 0.73% | - |
| XYZ | 25.2 | 37.84 | 47.05 | - |
| YUV | 128.96 | 154.54 | 36.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 185 | 176 | 0.99 | 0 | 0.05 | 0.27 | 177.07 | 0.99 | 0.36 |
| Hex | 1 | B9 | B0 | 63 | 0 | 5 | 1B | B1 | 63 | 24 |
| Octal | 1 | 271 | 260 | 143 | 0 | 5 | 33 | 261 | 143 | 44 |
| Binary | 1 | 10111001 | 10110000 | 1100011 | 0 | 101 | 11011 | 10110001 | 1100011 | 100100 |
Color Harmonies of #01B9B0
Complementary color
Monochromatic Colors of #01B9B0
Black with #01B9B0
Text Example
Text Example
White with #01B9B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01B9B0; }
p { color: rgb(1,185,176); }
H1.HeaderClassName
{
color: #01B9B0;
}
.AnyTagClassName
{
color: #01B9B0;
}
</style>
background-color css
<style>
a { background-color: #01B9B0; }
a { background-color: rgb(1,185,176); }
div.DivClassName
{
background-color: #01B9B0;
}
.BgClassName
{
background-color: #01B9B0;
}
</style>
border-color css
<style>
span { border-color: #01B9B0; }
span { border-color: rgb(1,185,176); }
td.TdClassName
{
border-color: #01B9B0;
}
.TagClassName
{
border-color: #01B9B0;
}
</style>