Shades of Iris Blue #01BCB9
Tints of Iris Blue #01BCB9
RGB
CMYK
RGB Variations
Color information
#01BCB9 (or 0x01BCB9) is known color: Iris Blue. HEX triplet: 01, BC and B9. RGB value is (1,188,185). Sum of RGB (Red+Green+Blue) = 1+188+185=374 (49% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 374); Green value is 188 (73.83% from 255 or 50.27% from 374); Blue value is 185 (72.66% from 255 or 49.47% from 374); Max value from RGB is 188 - color contains mainly: green. Hex color #01BCB9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01BCB9 is #FE4346. Grayscale: #838383. Windows color (decimal): -16663367 or 12172289. OLE color: 12172289.
HSL color Cylindrical-coordinate representation of color #01BCB9: hue angle of 179.04º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01BCB9 is Cyan = 0.99, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 1 | 188 | 185 | - |
| CMYK | 0.99 | 0 | 0.02 | 0.26 |
| HSL | 179.04º | 0.99% | 0.37% | - |
| HSV(B) | 179.04º | 0.99% | 0.74% | - |
| XYZ | 26.75 | 39.48 | 52.11 | - |
| YUV | 131.75 | 158.05 | 34.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 188 | 185 | 0.99 | 0 | 0.02 | 0.26 | 179.04 | 0.99 | 0.37 |
| Hex | 1 | BC | B9 | 63 | 0 | 2 | 1A | B3 | 63 | 25 |
| Octal | 1 | 274 | 271 | 143 | 0 | 2 | 32 | 263 | 143 | 45 |
| Binary | 1 | 10111100 | 10111001 | 1100011 | 0 | 10 | 11010 | 10110011 | 1100011 | 100101 |
Color Harmonies of #01BCB9
Complementary color
Monochromatic Colors of #01BCB9
Black with #01BCB9
Text Example
Text Example
White with #01BCB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01BCB9; }
p { color: rgb(1,188,185); }
H1.HeaderClassName
{
color: #01BCB9;
}
.AnyTagClassName
{
color: #01BCB9;
}
</style>
background-color css
<style>
a { background-color: #01BCB9; }
a { background-color: rgb(1,188,185); }
div.DivClassName
{
background-color: #01BCB9;
}
.BgClassName
{
background-color: #01BCB9;
}
</style>
border-color css
<style>
span { border-color: #01BCB9; }
span { border-color: rgb(1,188,185); }
td.TdClassName
{
border-color: #01BCB9;
}
.TagClassName
{
border-color: #01BCB9;
}
</style>