Shades of Iris Blue #00B5BB
Tints of Iris Blue #00B5BB
RGB
CMYK
RGB Variations
Color information
#00B5BB (or 0x00B5BB) is known color: Iris Blue. HEX triplet: 00, B5 and BB. RGB value is (0,181,187). Sum of RGB (Red+Green+Blue) = 0+181+187=368 (48% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 368); Green value is 181 (71.09% from 255 or 49.18% from 368); Blue value is 187 (73.44% from 255 or 50.82% from 368); Max value from RGB is 187 - color contains mainly: blue. Hex color #00B5BB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00B5BB is #FF4A44. Grayscale: #7F7F7F. Windows color (decimal): -16730693 or 12301568. OLE color: 12301568.
HSL color Cylindrical-coordinate representation of color #00B5BB: hue angle of 181.93º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00B5BB is Cyan = 1, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 0 | 181 | 187 | - |
| CMYK | 1 | 0.03 | 0 | 0.27 |
| HSL | 181.93º | 1% | 0.37% | - |
| HSV(B) | 181.93º | 1% | 0.73% | - |
| XYZ | 25.49 | 36.64 | 52.74 | - |
| YUV | 127.57 | 161.53 | 37.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 181 | 187 | 1 | 0.03 | 0 | 0.27 | 181.93 | 1 | 0.37 |
| Hex | 0 | B5 | BB | 64 | 3 | 0 | 1B | B6 | 64 | 25 |
| Octal | 0 | 265 | 273 | 144 | 3 | 0 | 33 | 266 | 144 | 45 |
| Binary | 0 | 10110101 | 10111011 | 1100100 | 11 | 0 | 11011 | 10110110 | 1100100 | 100101 |
Color Harmonies of #00B5BB
Complementary color
Monochromatic Colors of #00B5BB
Black with #00B5BB
Text Example
Text Example
White with #00B5BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00B5BB; }
p { color: rgb(0,181,187); }
H1.HeaderClassName
{
color: #00B5BB;
}
.AnyTagClassName
{
color: #00B5BB;
}
</style>
background-color css
<style>
a { background-color: #00B5BB; }
a { background-color: rgb(0,181,187); }
div.DivClassName
{
background-color: #00B5BB;
}
.BgClassName
{
background-color: #00B5BB;
}
</style>
border-color css
<style>
span { border-color: #00B5BB; }
span { border-color: rgb(0,181,187); }
td.TdClassName
{
border-color: #00B5BB;
}
.TagClassName
{
border-color: #00B5BB;
}
</style>