Shades of Iris Blue #00B7AD
Tints of Iris Blue #00B7AD
RGB
CMYK
RGB Variations
Color information
#00B7AD (or 0x00B7AD) is known color: Iris Blue. HEX triplet: 00, B7 and AD. RGB value is (0,183,173). Sum of RGB (Red+Green+Blue) = 0+183+173=356 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 356); Green value is 183 (71.88% from 255 or 51.40% from 356); Blue value is 173 (67.97% from 255 or 48.60% from 356); Max value from RGB is 183 - color contains mainly: green. Hex color #00B7AD is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00B7AD is #FF4852. Grayscale: #7F7F7F. Windows color (decimal): -16730195 or 11384576. OLE color: 11384576.
HSL color Cylindrical-coordinate representation of color #00B7AD: hue angle of 176.72º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00B7AD is Cyan = 1, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 0 | 183 | 173 | - |
| CMYK | 1 | 0 | 0.05 | 0.28 |
| HSL | 176.72º | 1% | 0.36% | - |
| HSV(B) | 176.72º | 1% | 0.72% | - |
| XYZ | 24.48 | 36.88 | 45.36 | - |
| YUV | 127.14 | 153.87 | 37.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 183 | 173 | 1 | 0 | 0.05 | 0.28 | 176.72 | 1 | 0.36 |
| Hex | 0 | B7 | AD | 64 | 0 | 5 | 1C | B1 | 64 | 24 |
| Octal | 0 | 267 | 255 | 144 | 0 | 5 | 34 | 261 | 144 | 44 |
| Binary | 0 | 10110111 | 10101101 | 1100100 | 0 | 101 | 11100 | 10110001 | 1100100 | 100100 |
Color Harmonies of #00B7AD
Complementary color
Monochromatic Colors of #00B7AD
Black with #00B7AD
Text Example
Text Example
White with #00B7AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00B7AD; }
p { color: rgb(0,183,173); }
H1.HeaderClassName
{
color: #00B7AD;
}
.AnyTagClassName
{
color: #00B7AD;
}
</style>
background-color css
<style>
a { background-color: #00B7AD; }
a { background-color: rgb(0,183,173); }
div.DivClassName
{
background-color: #00B7AD;
}
.BgClassName
{
background-color: #00B7AD;
}
</style>
border-color css
<style>
span { border-color: #00B7AD; }
span { border-color: rgb(0,183,173); }
td.TdClassName
{
border-color: #00B7AD;
}
.TagClassName
{
border-color: #00B7AD;
}
</style>