Shades of Iris Blue #00BEBC
Tints of Iris Blue #00BEBC
RGB
CMYK
RGB Variations
Color information
#00BEBC (or 0x00BEBC) is known color: Iris Blue. HEX triplet: 00, BE and BC. RGB value is (0,190,188). Sum of RGB (Red+Green+Blue) = 0+190+188=378 (50% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 378); Green value is 190 (74.61% from 255 or 50.26% from 378); Blue value is 188 (73.83% from 255 or 49.74% from 378); Max value from RGB is 190 - color contains mainly: green. Hex color #00BEBC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00BEBC is #FF4143. Grayscale: #848484. Windows color (decimal): -16728388 or 12369408. OLE color: 12369408.
HSL color Cylindrical-coordinate representation of color #00BEBC: hue angle of 179.37º 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 #00BEBC is Cyan = 1, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 0 | 190 | 188 | - |
| CMYK | 1 | 0 | 0.01 | 0.25 |
| HSL | 179.37º | 1% | 0.37% | - |
| HSV(B) | 179.37º | 1% | 0.75% | - |
| XYZ | 27.49 | 40.46 | 53.94 | - |
| YUV | 132.96 | 159.05 | 33.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 190 | 188 | 1 | 0 | 0.01 | 0.25 | 179.37 | 1 | 0.37 |
| Hex | 0 | BE | BC | 64 | 0 | 1 | 19 | B3 | 64 | 25 |
| Octal | 0 | 276 | 274 | 144 | 0 | 1 | 31 | 263 | 144 | 45 |
| Binary | 0 | 10111110 | 10111100 | 1100100 | 0 | 1 | 11001 | 10110011 | 1100100 | 100101 |
Color Harmonies of #00BEBC
Complementary color
Monochromatic Colors of #00BEBC
Black with #00BEBC
Text Example
Text Example
White with #00BEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00BEBC; }
p { color: rgb(0,190,188); }
H1.HeaderClassName
{
color: #00BEBC;
}
.AnyTagClassName
{
color: #00BEBC;
}
</style>
background-color css
<style>
a { background-color: #00BEBC; }
a { background-color: rgb(0,190,188); }
div.DivClassName
{
background-color: #00BEBC;
}
.BgClassName
{
background-color: #00BEBC;
}
</style>
border-color css
<style>
span { border-color: #00BEBC; }
span { border-color: rgb(0,190,188); }
td.TdClassName
{
border-color: #00BEBC;
}
.TagClassName
{
border-color: #00BEBC;
}
</style>