Shades of Iris Blue #01B9B2
Tints of Iris Blue #01B9B2
RGB
CMYK
RGB Variations
Color information
#01B9B2 (or 0x01B9B2) is known color: Iris Blue. HEX triplet: 01, B9 and B2. RGB value is (1,185,178). Sum of RGB (Red+Green+Blue) = 1+185+178=364 (48% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 364); Green value is 185 (72.66% from 255 or 50.82% from 364); Blue value is 178 (69.92% from 255 or 48.90% from 364); Max value from RGB is 185 - color contains mainly: green. Hex color #01B9B2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01B9B2 is #FE464D. Grayscale: #818181. Windows color (decimal): -16664142 or 11712769. OLE color: 11712769.
HSL color Cylindrical-coordinate representation of color #01B9B2: hue angle of 177.72º 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 #01B9B2 is Cyan = 0.99, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 1 | 185 | 178 | - |
| CMYK | 0.99 | 0 | 0.04 | 0.27 |
| HSL | 177.72º | 0.99% | 0.36% | - |
| HSV(B) | 177.72º | 0.99% | 0.73% | - |
| XYZ | 25.4 | 37.92 | 48.1 | - |
| YUV | 129.19 | 155.54 | 36.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 185 | 178 | 0.99 | 0 | 0.04 | 0.27 | 177.72 | 0.99 | 0.36 |
| Hex | 1 | B9 | B2 | 63 | 0 | 4 | 1B | B2 | 63 | 24 |
| Octal | 1 | 271 | 262 | 143 | 0 | 4 | 33 | 262 | 143 | 44 |
| Binary | 1 | 10111001 | 10110010 | 1100011 | 0 | 100 | 11011 | 10110010 | 1100011 | 100100 |
Color Harmonies of #01B9B2
Complementary color
Monochromatic Colors of #01B9B2
Black with #01B9B2
Text Example
Text Example
White with #01B9B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01B9B2; }
p { color: rgb(1,185,178); }
H1.HeaderClassName
{
color: #01B9B2;
}
.AnyTagClassName
{
color: #01B9B2;
}
</style>
background-color css
<style>
a { background-color: #01B9B2; }
a { background-color: rgb(1,185,178); }
div.DivClassName
{
background-color: #01B9B2;
}
.BgClassName
{
background-color: #01B9B2;
}
</style>
border-color css
<style>
span { border-color: #01B9B2; }
span { border-color: rgb(1,185,178); }
td.TdClassName
{
border-color: #01B9B2;
}
.TagClassName
{
border-color: #01B9B2;
}
</style>