Shades of Iris Blue #00B4AD
Tints of Iris Blue #00B4AD
RGB
CMYK
RGB Variations
Color information
#00B4AD (or 0x00B4AD) is known color: Iris Blue. HEX triplet: 00, B4 and AD. RGB value is (0,180,173). Sum of RGB (Red+Green+Blue) = 0+180+173=353 (46% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 353); Green value is 180 (70.70% from 255 or 50.99% from 353); Blue value is 173 (67.97% from 255 or 49.01% from 353); Max value from RGB is 180 - color contains mainly: green. Hex color #00B4AD is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00B4AD is #FF4B52. Grayscale: #7D7D7D. Windows color (decimal): -16730963 or 11383808. OLE color: 11383808.
HSL color Cylindrical-coordinate representation of color #00B4AD: hue angle of 177.67º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00B4AD is Cyan = 1, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 0 | 180 | 173 | - |
| CMYK | 1 | 0 | 0.04 | 0.29 |
| HSL | 177.67º | 1% | 0.35% | - |
| HSV(B) | 177.67º | 1% | 0.71% | - |
| XYZ | 23.86 | 35.66 | 45.16 | - |
| YUV | 125.38 | 154.87 | 38.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 180 | 173 | 1 | 0 | 0.04 | 0.29 | 177.67 | 1 | 0.35 |
| Hex | 0 | B4 | AD | 64 | 0 | 4 | 1D | B2 | 64 | 23 |
| Octal | 0 | 264 | 255 | 144 | 0 | 4 | 35 | 262 | 144 | 43 |
| Binary | 0 | 10110100 | 10101101 | 1100100 | 0 | 100 | 11101 | 10110010 | 1100100 | 100011 |
Color Harmonies of #00B4AD
Complementary color
Monochromatic Colors of #00B4AD
Black with #00B4AD
Text Example
Text Example
White with #00B4AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00B4AD; }
p { color: rgb(0,180,173); }
H1.HeaderClassName
{
color: #00B4AD;
}
.AnyTagClassName
{
color: #00B4AD;
}
</style>
background-color css
<style>
a { background-color: #00B4AD; }
a { background-color: rgb(0,180,173); }
div.DivClassName
{
background-color: #00B4AD;
}
.BgClassName
{
background-color: #00B4AD;
}
</style>
border-color css
<style>
span { border-color: #00B4AD; }
span { border-color: rgb(0,180,173); }
td.TdClassName
{
border-color: #00B4AD;
}
.TagClassName
{
border-color: #00B4AD;
}
</style>