Shades of Iris Blue #01BCB0
Tints of Iris Blue #01BCB0
RGB
CMYK
RGB Variations
Color information
#01BCB0 (or 0x01BCB0) is known color: Iris Blue. HEX triplet: 01, BC and B0. RGB value is (1,188,176). Sum of RGB (Red+Green+Blue) = 1+188+176=365 (48% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 365); Green value is 188 (73.83% from 255 or 51.51% from 365); Blue value is 176 (69.14% from 255 or 48.22% from 365); Max value from RGB is 188 - color contains mainly: green. Hex color #01BCB0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01BCB0 is #FE434F. Grayscale: #828282. Windows color (decimal): -16663376 or 11582465. OLE color: 11582465.
HSL color Cylindrical-coordinate representation of color #01BCB0: hue angle of 176.15º 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 #01BCB0 is Cyan = 0.99, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 1 | 188 | 176 | - |
| CMYK | 0.99 | 0 | 0.06 | 0.26 |
| HSL | 176.15º | 0.99% | 0.37% | - |
| HSV(B) | 176.15º | 0.99% | 0.74% | - |
| XYZ | 25.83 | 39.11 | 47.26 | - |
| YUV | 130.72 | 153.55 | 35.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 188 | 176 | 0.99 | 0 | 0.06 | 0.26 | 176.15 | 0.99 | 0.37 |
| Hex | 1 | BC | B0 | 63 | 0 | 6 | 1A | B0 | 63 | 25 |
| Octal | 1 | 274 | 260 | 143 | 0 | 6 | 32 | 260 | 143 | 45 |
| Binary | 1 | 10111100 | 10110000 | 1100011 | 0 | 110 | 11010 | 10110000 | 1100011 | 100101 |
Color Harmonies of #01BCB0
Complementary color
Monochromatic Colors of #01BCB0
Black with #01BCB0
Text Example
Text Example
White with #01BCB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01BCB0; }
p { color: rgb(1,188,176); }
H1.HeaderClassName
{
color: #01BCB0;
}
.AnyTagClassName
{
color: #01BCB0;
}
</style>
background-color css
<style>
a { background-color: #01BCB0; }
a { background-color: rgb(1,188,176); }
div.DivClassName
{
background-color: #01BCB0;
}
.BgClassName
{
background-color: #01BCB0;
}
</style>
border-color css
<style>
span { border-color: #01BCB0; }
span { border-color: rgb(1,188,176); }
td.TdClassName
{
border-color: #01BCB0;
}
.TagClassName
{
border-color: #01BCB0;
}
</style>