Shades of Iris Blue #01B5BA
Tints of Iris Blue #01B5BA
RGB
CMYK
RGB Variations
Color information
#01B5BA (or 0x01B5BA) is known color: Iris Blue. HEX triplet: 01, B5 and BA. RGB value is (1,181,186). Sum of RGB (Red+Green+Blue) = 1+181+186=368 (48% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 368); Green value is 181 (71.09% from 255 or 49.18% from 368); Blue value is 186 (73.05% from 255 or 50.54% from 368); Max value from RGB is 186 - color contains mainly: blue. Hex color #01B5BA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01B5BA is #FE4A45. Grayscale: #7F7F7F. Windows color (decimal): -16665158 or 12236033. OLE color: 12236033.
HSL color Cylindrical-coordinate representation of color #01B5BA: hue angle of 181.62º 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 #01B5BA is Cyan = 0.99, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 1 | 181 | 186 | - |
| CMYK | 0.99 | 0.03 | 0 | 0.27 |
| HSL | 181.62º | 0.99% | 0.37% | - |
| HSV(B) | 181.62º | 0.99% | 0.73% | - |
| XYZ | 25.4 | 36.6 | 52.18 | - |
| YUV | 127.75 | 160.87 | 37.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 181 | 186 | 0.99 | 0.03 | 0 | 0.27 | 181.62 | 0.99 | 0.37 |
| Hex | 1 | B5 | BA | 63 | 3 | 0 | 1B | B6 | 63 | 25 |
| Octal | 1 | 265 | 272 | 143 | 3 | 0 | 33 | 266 | 143 | 45 |
| Binary | 1 | 10110101 | 10111010 | 1100011 | 11 | 0 | 11011 | 10110110 | 1100011 | 100101 |
Color Harmonies of #01B5BA
Complementary color
Monochromatic Colors of #01B5BA
Black with #01B5BA
Text Example
Text Example
White with #01B5BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01B5BA; }
p { color: rgb(1,181,186); }
H1.HeaderClassName
{
color: #01B5BA;
}
.AnyTagClassName
{
color: #01B5BA;
}
</style>
background-color css
<style>
a { background-color: #01B5BA; }
a { background-color: rgb(1,181,186); }
div.DivClassName
{
background-color: #01B5BA;
}
.BgClassName
{
background-color: #01B5BA;
}
</style>
border-color css
<style>
span { border-color: #01B5BA; }
span { border-color: rgb(1,181,186); }
td.TdClassName
{
border-color: #01B5BA;
}
.TagClassName
{
border-color: #01B5BA;
}
</style>