Shades of Iris Blue #00B7BA
Tints of Iris Blue #00B7BA
RGB
CMYK
RGB Variations
Color information
#00B7BA (or 0x00B7BA) is known color: Iris Blue. HEX triplet: 00, B7 and BA. RGB value is (0,183,186). Sum of RGB (Red+Green+Blue) = 0+183+186=369 (48% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 369); Green value is 183 (71.88% from 255 or 49.59% from 369); Blue value is 186 (73.05% from 255 or 50.41% from 369); Max value from RGB is 186 - color contains mainly: blue. Hex color #00B7BA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00B7BA is #FF4845. Grayscale: #808080. Windows color (decimal): -16730182 or 12236544. OLE color: 12236544.
HSL color Cylindrical-coordinate representation of color #00B7BA: hue angle of 180.97º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00B7BA is Cyan = 1, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 0 | 183 | 186 | - |
| CMYK | 1 | 0.02 | 0 | 0.27 |
| HSL | 180.97º | 1% | 0.36% | - |
| HSV(B) | 180.97º | 1% | 0.73% | - |
| XYZ | 25.8 | 37.41 | 52.32 | - |
| YUV | 128.63 | 160.37 | 36.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 183 | 186 | 1 | 0.02 | 0 | 0.27 | 180.97 | 1 | 0.36 |
| Hex | 0 | B7 | BA | 64 | 2 | 0 | 1B | B5 | 64 | 24 |
| Octal | 0 | 267 | 272 | 144 | 2 | 0 | 33 | 265 | 144 | 44 |
| Binary | 0 | 10110111 | 10111010 | 1100100 | 10 | 0 | 11011 | 10110101 | 1100100 | 100100 |
Color Harmonies of #00B7BA
Complementary color
Monochromatic Colors of #00B7BA
Black with #00B7BA
Text Example
Text Example
White with #00B7BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00B7BA; }
p { color: rgb(0,183,186); }
H1.HeaderClassName
{
color: #00B7BA;
}
.AnyTagClassName
{
color: #00B7BA;
}
</style>
background-color css
<style>
a { background-color: #00B7BA; }
a { background-color: rgb(0,183,186); }
div.DivClassName
{
background-color: #00B7BA;
}
.BgClassName
{
background-color: #00B7BA;
}
</style>
border-color css
<style>
span { border-color: #00B7BA; }
span { border-color: rgb(0,183,186); }
td.TdClassName
{
border-color: #00B7BA;
}
.TagClassName
{
border-color: #00B7BA;
}
</style>