Shades of Iris Blue #00B7B4
Tints of Iris Blue #00B7B4
RGB
CMYK
RGB Variations
Color information
#00B7B4 (or 0x00B7B4) is known color: Iris Blue. HEX triplet: 00, B7 and B4. RGB value is (0,183,180). Sum of RGB (Red+Green+Blue) = 0+183+180=363 (48% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 363); Green value is 183 (71.88% from 255 or 50.41% from 363); Blue value is 180 (70.70% from 255 or 49.59% from 363); Max value from RGB is 183 - color contains mainly: green. Hex color #00B7B4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00B7B4 is #FF484B. Grayscale: #7F7F7F. Windows color (decimal): -16730188 or 11843328. OLE color: 11843328.
HSL color Cylindrical-coordinate representation of color #00B7B4: hue angle of 179.02º 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 #00B7B4 is Cyan = 1, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 0 | 183 | 180 | - |
| CMYK | 1 | 0 | 0.02 | 0.28 |
| HSL | 179.02º | 1% | 0.36% | - |
| HSV(B) | 179.02º | 1% | 0.72% | - |
| XYZ | 25.17 | 37.16 | 49.03 | - |
| YUV | 127.94 | 157.37 | 36.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 183 | 180 | 1 | 0 | 0.02 | 0.28 | 179.02 | 1 | 0.36 |
| Hex | 0 | B7 | B4 | 64 | 0 | 2 | 1C | B3 | 64 | 24 |
| Octal | 0 | 267 | 264 | 144 | 0 | 2 | 34 | 263 | 144 | 44 |
| Binary | 0 | 10110111 | 10110100 | 1100100 | 0 | 10 | 11100 | 10110011 | 1100100 | 100100 |
Color Harmonies of #00B7B4
Complementary color
Monochromatic Colors of #00B7B4
Black with #00B7B4
Text Example
Text Example
White with #00B7B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00B7B4; }
p { color: rgb(0,183,180); }
H1.HeaderClassName
{
color: #00B7B4;
}
.AnyTagClassName
{
color: #00B7B4;
}
</style>
background-color css
<style>
a { background-color: #00B7B4; }
a { background-color: rgb(0,183,180); }
div.DivClassName
{
background-color: #00B7B4;
}
.BgClassName
{
background-color: #00B7B4;
}
</style>
border-color css
<style>
span { border-color: #00B7B4; }
span { border-color: rgb(0,183,180); }
td.TdClassName
{
border-color: #00B7B4;
}
.TagClassName
{
border-color: #00B7B4;
}
</style>