Shades of Iris Blue #01C0BC
Tints of Iris Blue #01C0BC
RGB
CMYK
RGB Variations
Color information
#01C0BC (or 0x01C0BC) is known color: Iris Blue. HEX triplet: 01, C0 and BC. RGB value is (1,192,188). Sum of RGB (Red+Green+Blue) = 1+192+188=381 (50% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 381); Green value is 192 (75.39% from 255 or 50.39% from 381); Blue value is 188 (73.83% from 255 or 49.34% from 381); Max value from RGB is 192 - color contains mainly: green. Hex color #01C0BC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01C0BC is #FE3F43. Grayscale: #868686. Windows color (decimal): -16662340 or 12369921. OLE color: 12369921.
HSL color Cylindrical-coordinate representation of color #01C0BC: hue angle of 178.74º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01C0BC is Cyan = 0.99, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 1 | 192 | 188 | - |
| CMYK | 0.99 | 0 | 0.02 | 0.25 |
| HSL | 178.74º | 0.99% | 0.38% | - |
| HSV(B) | 178.74º | 0.99% | 0.75% | - |
| XYZ | 27.94 | 41.34 | 54.08 | - |
| YUV | 134.44 | 158.22 | 32.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 192 | 188 | 0.99 | 0 | 0.02 | 0.25 | 178.74 | 0.99 | 0.38 |
| Hex | 1 | C0 | BC | 63 | 0 | 2 | 19 | B3 | 63 | 26 |
| Octal | 1 | 300 | 274 | 143 | 0 | 2 | 31 | 263 | 143 | 46 |
| Binary | 1 | 11000000 | 10111100 | 1100011 | 0 | 10 | 11001 | 10110011 | 1100011 | 100110 |
Color Harmonies of #01C0BC
Complementary color
Monochromatic Colors of #01C0BC
Black with #01C0BC
Text Example
Text Example
White with #01C0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01C0BC; }
p { color: rgb(1,192,188); }
H1.HeaderClassName
{
color: #01C0BC;
}
.AnyTagClassName
{
color: #01C0BC;
}
</style>
background-color css
<style>
a { background-color: #01C0BC; }
a { background-color: rgb(1,192,188); }
div.DivClassName
{
background-color: #01C0BC;
}
.BgClassName
{
background-color: #01C0BC;
}
</style>
border-color css
<style>
span { border-color: #01C0BC; }
span { border-color: rgb(1,192,188); }
td.TdClassName
{
border-color: #01C0BC;
}
.TagClassName
{
border-color: #01C0BC;
}
</style>