Shades of Iris Blue #01BBC0
Tints of Iris Blue #01BBC0
RGB
CMYK
RGB Variations
Color information
#01BBC0 (or 0x01BBC0) is known color: Iris Blue. HEX triplet: 01, BB and C0. RGB value is (1,187,192). Sum of RGB (Red+Green+Blue) = 1+187+192=380 (50% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 380); Green value is 187 (73.44% from 255 or 49.21% from 380); Blue value is 192 (75.39% from 255 or 50.53% from 380); Max value from RGB is 192 - color contains mainly: blue. Hex color #01BBC0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01BBC0 is #FE443F. Grayscale: #838383. Windows color (decimal): -16663616 or 12630785. OLE color: 12630785.
HSL color Cylindrical-coordinate representation of color #01BBC0: hue angle of 181.57º 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 #01BBC0 is Cyan = 0.99, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 1 | 187 | 192 | - |
| CMYK | 0.99 | 0.03 | 0 | 0.25 |
| HSL | 181.57º | 0.99% | 0.38% | - |
| HSV(B) | 181.57º | 0.99% | 0.75% | - |
| XYZ | 27.3 | 39.35 | 56.03 | - |
| YUV | 131.96 | 161.88 | 34.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 187 | 192 | 0.99 | 0.03 | 0 | 0.25 | 181.57 | 0.99 | 0.38 |
| Hex | 1 | BB | C0 | 63 | 3 | 0 | 19 | B6 | 63 | 26 |
| Octal | 1 | 273 | 300 | 143 | 3 | 0 | 31 | 266 | 143 | 46 |
| Binary | 1 | 10111011 | 11000000 | 1100011 | 11 | 0 | 11001 | 10110110 | 1100011 | 100110 |
Color Harmonies of #01BBC0
Complementary color
Monochromatic Colors of #01BBC0
Black with #01BBC0
Text Example
Text Example
White with #01BBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01BBC0; }
p { color: rgb(1,187,192); }
H1.HeaderClassName
{
color: #01BBC0;
}
.AnyTagClassName
{
color: #01BBC0;
}
</style>
background-color css
<style>
a { background-color: #01BBC0; }
a { background-color: rgb(1,187,192); }
div.DivClassName
{
background-color: #01BBC0;
}
.BgClassName
{
background-color: #01BBC0;
}
</style>
border-color css
<style>
span { border-color: #01BBC0; }
span { border-color: rgb(1,187,192); }
td.TdClassName
{
border-color: #01BBC0;
}
.TagClassName
{
border-color: #01BBC0;
}
</style>