Shades of Iris Blue #00B1BE
Tints of Iris Blue #00B1BE
RGB
CMYK
RGB Variations
Color information
#00B1BE (or 0x00B1BE) is known color: Iris Blue. HEX triplet: 00, B1 and BE. RGB value is (0,177,190). Sum of RGB (Red+Green+Blue) = 0+177+190=367 (48% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 367); Green value is 177 (69.53% from 255 or 48.23% from 367); Blue value is 190 (74.61% from 255 or 51.77% from 367); Max value from RGB is 190 - color contains mainly: blue. Hex color #00B1BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #00B1BE is #FF4E41. Grayscale: #7D7D7D. Windows color (decimal): -16731714 or 12497152. OLE color: 12497152.
HSL color Cylindrical-coordinate representation of color #00B1BE: hue angle of 184.11º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00B1BE is Cyan = 1, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 0 | 177 | 190 | - |
| CMYK | 1 | 0.07 | 0 | 0.25 |
| HSL | 184.11º | 1% | 0.37% | - |
| HSV(B) | 184.11º | 1% | 0.75% | - |
| XYZ | 25.02 | 35.16 | 54.18 | - |
| YUV | 125.56 | 164.36 | 38.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 177 | 190 | 1 | 0.07 | 0 | 0.25 | 184.11 | 1 | 0.37 |
| Hex | 0 | B1 | BE | 64 | 7 | 0 | 19 | B8 | 64 | 25 |
| Octal | 0 | 261 | 276 | 144 | 7 | 0 | 31 | 270 | 144 | 45 |
| Binary | 0 | 10110001 | 10111110 | 1100100 | 111 | 0 | 11001 | 10111000 | 1100100 | 100101 |
Color Harmonies of #00B1BE
Complementary color
Monochromatic Colors of #00B1BE
Black with #00B1BE
Text Example
Text Example
White with #00B1BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00B1BE; }
p { color: rgb(0,177,190); }
H1.HeaderClassName
{
color: #00B1BE;
}
.AnyTagClassName
{
color: #00B1BE;
}
</style>
background-color css
<style>
a { background-color: #00B1BE; }
a { background-color: rgb(0,177,190); }
div.DivClassName
{
background-color: #00B1BE;
}
.BgClassName
{
background-color: #00B1BE;
}
</style>
border-color css
<style>
span { border-color: #00B1BE; }
span { border-color: rgb(0,177,190); }
td.TdClassName
{
border-color: #00B1BE;
}
.TagClassName
{
border-color: #00B1BE;
}
</style>