Shades of Iris Blue #00B1CB
Tints of Iris Blue #00B1CB
RGB
CMYK
RGB Variations
Color information
#00B1CB (or 0x00B1CB) is known color: Iris Blue. HEX triplet: 00, B1 and CB. RGB value is (0,177,203). Sum of RGB (Red+Green+Blue) = 0+177+203=380 (50% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 380); Green value is 177 (69.53% from 255 or 46.58% from 380); Blue value is 203 (79.69% from 255 or 53.42% from 380); Max value from RGB is 203 - color contains mainly: blue. Hex color #00B1CB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #00B1CB is #FF4E34. Grayscale: #7E7E7E. Windows color (decimal): -16731701 or 13349120. OLE color: 13349120.
HSL color Cylindrical-coordinate representation of color #00B1CB: hue angle of 187.68º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00B1CB is Cyan = 1, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 0 | 177 | 203 | - |
| CMYK | 1 | 0.13 | 0 | 0.20 |
| HSL | 187.68º | 1% | 0.4% | - |
| HSV(B) | 187.68º | 1% | 0.8% | - |
| XYZ | 26.5 | 35.76 | 62 | - |
| YUV | 127.04 | 170.86 | 37.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 177 | 203 | 1 | 0.13 | 0 | 0.20 | 187.68 | 1 | 0.4 |
| Hex | 0 | B1 | CB | 64 | D | 0 | 14 | BC | 64 | 28 |
| Octal | 0 | 261 | 313 | 144 | 15 | 0 | 24 | 274 | 144 | 50 |
| Binary | 0 | 10110001 | 11001011 | 1100100 | 1101 | 0 | 10100 | 10111100 | 1100100 | 101000 |
Color Harmonies of #00B1CB
Complementary color
Monochromatic Colors of #00B1CB
Black with #00B1CB
Text Example
Text Example
White with #00B1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00B1CB; }
p { color: rgb(0,177,203); }
H1.HeaderClassName
{
color: #00B1CB;
}
.AnyTagClassName
{
color: #00B1CB;
}
</style>
background-color css
<style>
a { background-color: #00B1CB; }
a { background-color: rgb(0,177,203); }
div.DivClassName
{
background-color: #00B1CB;
}
.BgClassName
{
background-color: #00B1CB;
}
</style>
border-color css
<style>
span { border-color: #00B1CB; }
span { border-color: rgb(0,177,203); }
td.TdClassName
{
border-color: #00B1CB;
}
.TagClassName
{
border-color: #00B1CB;
}
</style>