Shades of Iris Blue #00B5B1
Tints of Iris Blue #00B5B1
RGB
CMYK
RGB Variations
Color information
#00B5B1 (or 0x00B5B1) is known color: Iris Blue. HEX triplet: 00, B5 and B1. RGB value is (0,181,177). Sum of RGB (Red+Green+Blue) = 0+181+177=358 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 358); Green value is 181 (71.09% from 255 or 50.56% from 358); Blue value is 177 (69.53% from 255 or 49.44% from 358); Max value from RGB is 181 - color contains mainly: green. Hex color #00B5B1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00B5B1 is #FF4A4E. Grayscale: #7E7E7E. Windows color (decimal): -16730703 or 11646208. OLE color: 11646208.
HSL color Cylindrical-coordinate representation of color #00B5B1: hue angle of 178.67º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00B5B1 is Cyan = 1, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 0 | 181 | 177 | - |
| CMYK | 1 | 0 | 0.02 | 0.29 |
| HSL | 178.67º | 1% | 0.35% | - |
| HSV(B) | 178.67º | 1% | 0.71% | - |
| XYZ | 24.46 | 36.22 | 47.3 | - |
| YUV | 126.43 | 156.53 | 37.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 181 | 177 | 1 | 0 | 0.02 | 0.29 | 178.67 | 1 | 0.35 |
| Hex | 0 | B5 | B1 | 64 | 0 | 2 | 1D | B3 | 64 | 23 |
| Octal | 0 | 265 | 261 | 144 | 0 | 2 | 35 | 263 | 144 | 43 |
| Binary | 0 | 10110101 | 10110001 | 1100100 | 0 | 10 | 11101 | 10110011 | 1100100 | 100011 |
Color Harmonies of #00B5B1
Complementary color
Monochromatic Colors of #00B5B1
Black with #00B5B1
Text Example
Text Example
White with #00B5B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00B5B1; }
p { color: rgb(0,181,177); }
H1.HeaderClassName
{
color: #00B5B1;
}
.AnyTagClassName
{
color: #00B5B1;
}
</style>
background-color css
<style>
a { background-color: #00B5B1; }
a { background-color: rgb(0,181,177); }
div.DivClassName
{
background-color: #00B5B1;
}
.BgClassName
{
background-color: #00B5B1;
}
</style>
border-color css
<style>
span { border-color: #00B5B1; }
span { border-color: rgb(0,181,177); }
td.TdClassName
{
border-color: #00B5B1;
}
.TagClassName
{
border-color: #00B5B1;
}
</style>