Shades of Iris Blue #00B7AF
Tints of Iris Blue #00B7AF
RGB
CMYK
RGB Variations
Color information
#00B7AF (or 0x00B7AF) is known color: Iris Blue. HEX triplet: 00, B7 and AF. RGB value is (0,183,175). Sum of RGB (Red+Green+Blue) = 0+183+175=358 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 358); Green value is 183 (71.88% from 255 or 51.12% from 358); Blue value is 175 (68.75% from 255 or 48.88% from 358); Max value from RGB is 183 - color contains mainly: green. Hex color #00B7AF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00B7AF is #FF4850. Grayscale: #7F7F7F. Windows color (decimal): -16730193 or 11515648. OLE color: 11515648.
HSL color Cylindrical-coordinate representation of color #00B7AF: hue angle of 177.38º 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 #00B7AF is Cyan = 1, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 0 | 183 | 175 | - |
| CMYK | 1 | 0 | 0.04 | 0.28 |
| HSL | 177.38º | 1% | 0.36% | - |
| HSV(B) | 177.38º | 1% | 0.72% | - |
| XYZ | 24.67 | 36.96 | 46.39 | - |
| YUV | 127.37 | 154.87 | 37.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 183 | 175 | 1 | 0 | 0.04 | 0.28 | 177.38 | 1 | 0.36 |
| Hex | 0 | B7 | AF | 64 | 0 | 4 | 1C | B1 | 64 | 24 |
| Octal | 0 | 267 | 257 | 144 | 0 | 4 | 34 | 261 | 144 | 44 |
| Binary | 0 | 10110111 | 10101111 | 1100100 | 0 | 100 | 11100 | 10110001 | 1100100 | 100100 |
Color Harmonies of #00B7AF
Complementary color
Monochromatic Colors of #00B7AF
Black with #00B7AF
Text Example
Text Example
White with #00B7AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00B7AF; }
p { color: rgb(0,183,175); }
H1.HeaderClassName
{
color: #00B7AF;
}
.AnyTagClassName
{
color: #00B7AF;
}
</style>
background-color css
<style>
a { background-color: #00B7AF; }
a { background-color: rgb(0,183,175); }
div.DivClassName
{
background-color: #00B7AF;
}
.BgClassName
{
background-color: #00B7AF;
}
</style>
border-color css
<style>
span { border-color: #00B7AF; }
span { border-color: rgb(0,183,175); }
td.TdClassName
{
border-color: #00B7AF;
}
.TagClassName
{
border-color: #00B7AF;
}
</style>