Shades of Iris Blue #00B5AD
Tints of Iris Blue #00B5AD
RGB
CMYK
RGB Variations
Color information
#00B5AD (or 0x00B5AD) is known color: Iris Blue. HEX triplet: 00, B5 and AD. RGB value is (0,181,173). Sum of RGB (Red+Green+Blue) = 0+181+173=354 (46% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 354); Green value is 181 (71.09% from 255 or 51.13% from 354); Blue value is 173 (67.97% from 255 or 48.87% from 354); Max value from RGB is 181 - color contains mainly: green. Hex color #00B5AD is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00B5AD is #FF4A52. Grayscale: #7D7D7D. Windows color (decimal): -16730707 or 11384064. OLE color: 11384064.
HSL color Cylindrical-coordinate representation of color #00B5AD: hue angle of 177.35º 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 #00B5AD is Cyan = 1, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 0 | 181 | 173 | - |
| CMYK | 1 | 0 | 0.04 | 0.29 |
| HSL | 177.35º | 1% | 0.35% | - |
| HSV(B) | 177.35º | 1% | 0.71% | - |
| XYZ | 24.07 | 36.06 | 45.23 | - |
| YUV | 125.97 | 154.53 | 38.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 181 | 173 | 1 | 0 | 0.04 | 0.29 | 177.35 | 1 | 0.35 |
| Hex | 0 | B5 | AD | 64 | 0 | 4 | 1D | B1 | 64 | 23 |
| Octal | 0 | 265 | 255 | 144 | 0 | 4 | 35 | 261 | 144 | 43 |
| Binary | 0 | 10110101 | 10101101 | 1100100 | 0 | 100 | 11101 | 10110001 | 1100100 | 100011 |
Color Harmonies of #00B5AD
Complementary color
Monochromatic Colors of #00B5AD
Black with #00B5AD
Text Example
Text Example
White with #00B5AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00B5AD; }
p { color: rgb(0,181,173); }
H1.HeaderClassName
{
color: #00B5AD;
}
.AnyTagClassName
{
color: #00B5AD;
}
</style>
background-color css
<style>
a { background-color: #00B5AD; }
a { background-color: rgb(0,181,173); }
div.DivClassName
{
background-color: #00B5AD;
}
.BgClassName
{
background-color: #00B5AD;
}
</style>
border-color css
<style>
span { border-color: #00B5AD; }
span { border-color: rgb(0,181,173); }
td.TdClassName
{
border-color: #00B5AD;
}
.TagClassName
{
border-color: #00B5AD;
}
</style>