Shades of Iris Blue #01B0C0
Tints of Iris Blue #01B0C0
RGB
CMYK
RGB Variations
Color information
#01B0C0 (or 0x01B0C0) is known color: Iris Blue. HEX triplet: 01, B0 and C0. RGB value is (1,176,192). Sum of RGB (Red+Green+Blue) = 1+176+192=369 (48% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 369); Green value is 176 (69.14% from 255 or 47.70% from 369); Blue value is 192 (75.39% from 255 or 52.03% from 369); Max value from RGB is 192 - color contains mainly: blue. Hex color #01B0C0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #01B0C0 is #FE4F3F. Grayscale: #7D7D7D. Windows color (decimal): -16666432 or 12627969. OLE color: 12627969.
HSL color Cylindrical-coordinate representation of color #01B0C0: hue angle of 185.03º 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 #01B0C0 is Cyan = 0.99, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 1 | 176 | 192 | - |
| CMYK | 0.99 | 0.08 | 0 | 0.25 |
| HSL | 185.03º | 0.99% | 0.38% | - |
| HSV(B) | 185.03º | 0.99% | 0.75% | - |
| XYZ | 25.05 | 34.86 | 55.28 | - |
| YUV | 125.5 | 165.52 | 39.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 176 | 192 | 0.99 | 0.08 | 0 | 0.25 | 185.03 | 0.99 | 0.38 |
| Hex | 1 | B0 | C0 | 63 | 8 | 0 | 19 | B9 | 63 | 26 |
| Octal | 1 | 260 | 300 | 143 | 10 | 0 | 31 | 271 | 143 | 46 |
| Binary | 1 | 10110000 | 11000000 | 1100011 | 1000 | 0 | 11001 | 10111001 | 1100011 | 100110 |
Color Harmonies of #01B0C0
Complementary color
Monochromatic Colors of #01B0C0
Black with #01B0C0
Text Example
Text Example
White with #01B0C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01B0C0; }
p { color: rgb(1,176,192); }
H1.HeaderClassName
{
color: #01B0C0;
}
.AnyTagClassName
{
color: #01B0C0;
}
</style>
background-color css
<style>
a { background-color: #01B0C0; }
a { background-color: rgb(1,176,192); }
div.DivClassName
{
background-color: #01B0C0;
}
.BgClassName
{
background-color: #01B0C0;
}
</style>
border-color css
<style>
span { border-color: #01B0C0; }
span { border-color: rgb(1,176,192); }
td.TdClassName
{
border-color: #01B0C0;
}
.TagClassName
{
border-color: #01B0C0;
}
</style>