Shades of Iris Blue #00BEBB
Tints of Iris Blue #00BEBB
RGB
CMYK
RGB Variations
Color information
#00BEBB (or 0x00BEBB) is known color: Iris Blue. HEX triplet: 00, BE and BB. RGB value is (0,190,187). Sum of RGB (Red+Green+Blue) = 0+190+187=377 (49% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 377); Green value is 190 (74.61% from 255 or 50.40% from 377); Blue value is 187 (73.44% from 255 or 49.60% from 377); Max value from RGB is 190 - color contains mainly: green. Hex color #00BEBB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00BEBB is #FF4144. Grayscale: #848484. Windows color (decimal): -16728389 or 12303872. OLE color: 12303872.
HSL color Cylindrical-coordinate representation of color #00BEBB: hue angle of 179.05º 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 #00BEBB is Cyan = 1, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 0 | 190 | 187 | - |
| CMYK | 1 | 0 | 0.02 | 0.25 |
| HSL | 179.05º | 1% | 0.37% | - |
| HSV(B) | 179.05º | 1% | 0.75% | - |
| XYZ | 27.38 | 40.41 | 53.37 | - |
| YUV | 132.85 | 158.55 | 33.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 190 | 187 | 1 | 0 | 0.02 | 0.25 | 179.05 | 1 | 0.37 |
| Hex | 0 | BE | BB | 64 | 0 | 2 | 19 | B3 | 64 | 25 |
| Octal | 0 | 276 | 273 | 144 | 0 | 2 | 31 | 263 | 144 | 45 |
| Binary | 0 | 10111110 | 10111011 | 1100100 | 0 | 10 | 11001 | 10110011 | 1100100 | 100101 |
Color Harmonies of #00BEBB
Complementary color
Monochromatic Colors of #00BEBB
Black with #00BEBB
Text Example
Text Example
White with #00BEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00BEBB; }
p { color: rgb(0,190,187); }
H1.HeaderClassName
{
color: #00BEBB;
}
.AnyTagClassName
{
color: #00BEBB;
}
</style>
background-color css
<style>
a { background-color: #00BEBB; }
a { background-color: rgb(0,190,187); }
div.DivClassName
{
background-color: #00BEBB;
}
.BgClassName
{
background-color: #00BEBB;
}
</style>
border-color css
<style>
span { border-color: #00BEBB; }
span { border-color: rgb(0,190,187); }
td.TdClassName
{
border-color: #00BEBB;
}
.TagClassName
{
border-color: #00BEBB;
}
</style>