Shades of Iris Blue #00B8BE
Tints of Iris Blue #00B8BE
RGB
CMYK
RGB Variations
Color information
#00B8BE (or 0x00B8BE) is known color: Iris Blue. HEX triplet: 00, B8 and BE. RGB value is (0,184,190). Sum of RGB (Red+Green+Blue) = 0+184+190=374 (49% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 374); Green value is 184 (72.27% from 255 or 49.20% from 374); Blue value is 190 (74.61% from 255 or 50.80% from 374); Max value from RGB is 190 - color contains mainly: blue. Hex color #00B8BE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00B8BE is #FF4741. Grayscale: #818181. Windows color (decimal): -16729922 or 12498944. OLE color: 12498944.
HSL color Cylindrical-coordinate representation of color #00B8BE: hue angle of 181.89º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00B8BE is Cyan = 1, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 0 | 184 | 190 | - |
| CMYK | 1 | 0.03 | 0 | 0.25 |
| HSL | 181.89º | 1% | 0.37% | - |
| HSV(B) | 181.89º | 1% | 0.75% | - |
| XYZ | 26.43 | 38 | 54.66 | - |
| YUV | 129.67 | 162.04 | 35.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 184 | 190 | 1 | 0.03 | 0 | 0.25 | 181.89 | 1 | 0.37 |
| Hex | 0 | B8 | BE | 64 | 3 | 0 | 19 | B6 | 64 | 25 |
| Octal | 0 | 270 | 276 | 144 | 3 | 0 | 31 | 266 | 144 | 45 |
| Binary | 0 | 10111000 | 10111110 | 1100100 | 11 | 0 | 11001 | 10110110 | 1100100 | 100101 |
Color Harmonies of #00B8BE
Complementary color
Monochromatic Colors of #00B8BE
Black with #00B8BE
Text Example
Text Example
White with #00B8BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00B8BE; }
p { color: rgb(0,184,190); }
H1.HeaderClassName
{
color: #00B8BE;
}
.AnyTagClassName
{
color: #00B8BE;
}
</style>
background-color css
<style>
a { background-color: #00B8BE; }
a { background-color: rgb(0,184,190); }
div.DivClassName
{
background-color: #00B8BE;
}
.BgClassName
{
background-color: #00B8BE;
}
</style>
border-color css
<style>
span { border-color: #00B8BE; }
span { border-color: rgb(0,184,190); }
td.TdClassName
{
border-color: #00B8BE;
}
.TagClassName
{
border-color: #00B8BE;
}
</style>