Shades of Iris Blue #00B1AF
Tints of Iris Blue #00B1AF
RGB
CMYK
RGB Variations
Color information
#00B1AF (or 0x00B1AF) is known color: Iris Blue. HEX triplet: 00, B1 and AF. RGB value is (0,177,175). Sum of RGB (Red+Green+Blue) = 0+177+175=352 (46% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 352); Green value is 177 (69.53% from 255 or 50.28% from 352); Blue value is 175 (68.75% from 255 or 49.72% from 352); Max value from RGB is 177 - color contains mainly: green. Hex color #00B1AF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00B1AF is #FF4E50. Grayscale: #7B7B7B. Windows color (decimal): -16731729 or 11514112. OLE color: 11514112.
HSL color Cylindrical-coordinate representation of color #00B1AF: hue angle of 179.32º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00B1AF is Cyan = 1, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 0 | 177 | 175 | - |
| CMYK | 1 | 0 | 0.01 | 0.31 |
| HSL | 179.32º | 1% | 0.35% | - |
| HSV(B) | 179.32º | 1% | 0.69% | - |
| XYZ | 23.46 | 34.54 | 45.99 | - |
| YUV | 123.85 | 156.86 | 39.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 177 | 175 | 1 | 0 | 0.01 | 0.31 | 179.32 | 1 | 0.35 |
| Hex | 0 | B1 | AF | 64 | 0 | 1 | 1F | B3 | 64 | 23 |
| Octal | 0 | 261 | 257 | 144 | 0 | 1 | 37 | 263 | 144 | 43 |
| Binary | 0 | 10110001 | 10101111 | 1100100 | 0 | 1 | 11111 | 10110011 | 1100100 | 100011 |
Color Harmonies of #00B1AF
Complementary color
Monochromatic Colors of #00B1AF
Black with #00B1AF
Text Example
Text Example
White with #00B1AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00B1AF; }
p { color: rgb(0,177,175); }
H1.HeaderClassName
{
color: #00B1AF;
}
.AnyTagClassName
{
color: #00B1AF;
}
</style>
background-color css
<style>
a { background-color: #00B1AF; }
a { background-color: rgb(0,177,175); }
div.DivClassName
{
background-color: #00B1AF;
}
.BgClassName
{
background-color: #00B1AF;
}
</style>
border-color css
<style>
span { border-color: #00B1AF; }
span { border-color: rgb(0,177,175); }
td.TdClassName
{
border-color: #00B1AF;
}
.TagClassName
{
border-color: #00B1AF;
}
</style>