Shades of Iris Blue #01B2CB
Tints of Iris Blue #01B2CB
RGB
CMYK
RGB Variations
Color information
#01B2CB (or 0x01B2CB) is known color: Iris Blue. HEX triplet: 01, B2 and CB. RGB value is (1,178,203). Sum of RGB (Red+Green+Blue) = 1+178+203=382 (50% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 382); Green value is 178 (69.92% from 255 or 46.60% from 382); Blue value is 203 (79.69% from 255 or 53.14% from 382); Max value from RGB is 203 - color contains mainly: blue. Hex color #01B2CB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #01B2CB is #FE4D34. Grayscale: #7F7F7F. Windows color (decimal): -16665909 or 13349377. OLE color: 13349377.
HSL color Cylindrical-coordinate representation of color #01B2CB: hue angle of 187.43º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01B2CB is Cyan = 1.00, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 1 | 178 | 203 | - |
| CMYK | 1.00 | 0.12 | 0 | 0.20 |
| HSL | 187.43º | 0.99% | 0.4% | - |
| HSV(B) | 187.43º | 1% | 0.8% | - |
| XYZ | 26.71 | 36.16 | 62.07 | - |
| YUV | 127.93 | 170.36 | 37.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 178 | 203 | 1.00 | 0.12 | 0 | 0.20 | 187.43 | 0.99 | 0.4 |
| Hex | 1 | B2 | CB | 64 | C | 0 | 14 | BB | 63 | 28 |
| Octal | 1 | 262 | 313 | 144 | 14 | 0 | 24 | 273 | 143 | 50 |
| Binary | 1 | 10110010 | 11001011 | 1100100 | 1100 | 0 | 10100 | 10111011 | 1100011 | 101000 |
Color Harmonies of #01B2CB
Complementary color
Monochromatic Colors of #01B2CB
Black with #01B2CB
Text Example
Text Example
White with #01B2CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01B2CB; }
p { color: rgb(1,178,203); }
H1.HeaderClassName
{
color: #01B2CB;
}
.AnyTagClassName
{
color: #01B2CB;
}
</style>
background-color css
<style>
a { background-color: #01B2CB; }
a { background-color: rgb(1,178,203); }
div.DivClassName
{
background-color: #01B2CB;
}
.BgClassName
{
background-color: #01B2CB;
}
</style>
border-color css
<style>
span { border-color: #01B2CB; }
span { border-color: rgb(1,178,203); }
td.TdClassName
{
border-color: #01B2CB;
}
.TagClassName
{
border-color: #01B2CB;
}
</style>