Shades of Iris Blue #00B8AF
Tints of Iris Blue #00B8AF
RGB
CMYK
RGB Variations
Color information
#00B8AF (or 0x00B8AF) is known color: Iris Blue. HEX triplet: 00, B8 and AF. RGB value is (0,184,175). Sum of RGB (Red+Green+Blue) = 0+184+175=359 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 359); Green value is 184 (72.27% from 255 or 51.25% from 359); Blue value is 175 (68.75% from 255 or 48.75% from 359); Max value from RGB is 184 - color contains mainly: green. Hex color #00B8AF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00B8AF is #FF4750. Grayscale: #7F7F7F. Windows color (decimal): -16729937 or 11515904. OLE color: 11515904.
HSL color Cylindrical-coordinate representation of color #00B8AF: hue angle of 177.07º 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 #00B8AF is Cyan = 1, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 0 | 184 | 175 | - |
| CMYK | 1 | 0 | 0.05 | 0.28 |
| HSL | 177.07º | 1% | 0.36% | - |
| HSV(B) | 177.07º | 1% | 0.72% | - |
| XYZ | 24.88 | 37.38 | 46.46 | - |
| YUV | 127.96 | 154.54 | 36.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 184 | 175 | 1 | 0 | 0.05 | 0.28 | 177.07 | 1 | 0.36 |
| Hex | 0 | B8 | AF | 64 | 0 | 5 | 1C | B1 | 64 | 24 |
| Octal | 0 | 270 | 257 | 144 | 0 | 5 | 34 | 261 | 144 | 44 |
| Binary | 0 | 10111000 | 10101111 | 1100100 | 0 | 101 | 11100 | 10110001 | 1100100 | 100100 |
Color Harmonies of #00B8AF
Complementary color
Monochromatic Colors of #00B8AF
Black with #00B8AF
Text Example
Text Example
White with #00B8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00B8AF; }
p { color: rgb(0,184,175); }
H1.HeaderClassName
{
color: #00B8AF;
}
.AnyTagClassName
{
color: #00B8AF;
}
</style>
background-color css
<style>
a { background-color: #00B8AF; }
a { background-color: rgb(0,184,175); }
div.DivClassName
{
background-color: #00B8AF;
}
.BgClassName
{
background-color: #00B8AF;
}
</style>
border-color css
<style>
span { border-color: #00B8AF; }
span { border-color: rgb(0,184,175); }
td.TdClassName
{
border-color: #00B8AF;
}
.TagClassName
{
border-color: #00B8AF;
}
</style>