Shades of Iris Blue #01BCB6
Tints of Iris Blue #01BCB6
RGB
CMYK
RGB Variations
Color information
#01BCB6 (or 0x01BCB6) is known color: Iris Blue. HEX triplet: 01, BC and B6. RGB value is (1,188,182). Sum of RGB (Red+Green+Blue) = 1+188+182=371 (49% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 371); Green value is 188 (73.83% from 255 or 50.67% from 371); Blue value is 182 (71.48% from 255 or 49.06% from 371); Max value from RGB is 188 - color contains mainly: green. Hex color #01BCB6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01BCB6 is #FE4349. Grayscale: #838383. Windows color (decimal): -16663370 or 11975681. OLE color: 11975681.
HSL color Cylindrical-coordinate representation of color #01BCB6: hue angle of 178.07º 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 #01BCB6 is Cyan = 0.99, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 1 | 188 | 182 | - |
| CMYK | 0.99 | 0 | 0.03 | 0.26 |
| HSL | 178.07º | 0.99% | 0.37% | - |
| HSV(B) | 178.07º | 0.99% | 0.74% | - |
| XYZ | 26.44 | 39.35 | 50.46 | - |
| YUV | 131.4 | 156.55 | 34.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 188 | 182 | 0.99 | 0 | 0.03 | 0.26 | 178.07 | 0.99 | 0.37 |
| Hex | 1 | BC | B6 | 63 | 0 | 3 | 1A | B2 | 63 | 25 |
| Octal | 1 | 274 | 266 | 143 | 0 | 3 | 32 | 262 | 143 | 45 |
| Binary | 1 | 10111100 | 10110110 | 1100011 | 0 | 11 | 11010 | 10110010 | 1100011 | 100101 |
Color Harmonies of #01BCB6
Complementary color
Monochromatic Colors of #01BCB6
Black with #01BCB6
Text Example
Text Example
White with #01BCB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01BCB6; }
p { color: rgb(1,188,182); }
H1.HeaderClassName
{
color: #01BCB6;
}
.AnyTagClassName
{
color: #01BCB6;
}
</style>
background-color css
<style>
a { background-color: #01BCB6; }
a { background-color: rgb(1,188,182); }
div.DivClassName
{
background-color: #01BCB6;
}
.BgClassName
{
background-color: #01BCB6;
}
</style>
border-color css
<style>
span { border-color: #01BCB6; }
span { border-color: rgb(1,188,182); }
td.TdClassName
{
border-color: #01BCB6;
}
.TagClassName
{
border-color: #01BCB6;
}
</style>