Shades of Iris Blue #00BCBA
Tints of Iris Blue #00BCBA
RGB
CMYK
RGB Variations
Color information
#00BCBA (or 0x00BCBA) is known color: Iris Blue. HEX triplet: 00, BC and BA. RGB value is (0,188,186). Sum of RGB (Red+Green+Blue) = 0+188+186=374 (49% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 374); Green value is 188 (73.83% from 255 or 50.27% from 374); Blue value is 186 (73.05% from 255 or 49.73% from 374); Max value from RGB is 188 - color contains mainly: green. Hex color #00BCBA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00BCBA is #FF4345. Grayscale: #838383. Windows color (decimal): -16728902 or 12237824. OLE color: 12237824.
HSL color Cylindrical-coordinate representation of color #00BCBA: hue angle of 179.36º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00BCBA is Cyan = 1, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 0 | 188 | 186 | - |
| CMYK | 1 | 0 | 0.01 | 0.26 |
| HSL | 179.36º | 1% | 0.37% | - |
| HSV(B) | 179.36º | 1% | 0.74% | - |
| XYZ | 26.85 | 39.51 | 52.67 | - |
| YUV | 131.56 | 158.72 | 34.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 188 | 186 | 1 | 0 | 0.01 | 0.26 | 179.36 | 1 | 0.37 |
| Hex | 0 | BC | BA | 64 | 0 | 1 | 1A | B3 | 64 | 25 |
| Octal | 0 | 274 | 272 | 144 | 0 | 1 | 32 | 263 | 144 | 45 |
| Binary | 0 | 10111100 | 10111010 | 1100100 | 0 | 1 | 11010 | 10110011 | 1100100 | 100101 |
Color Harmonies of #00BCBA
Complementary color
Monochromatic Colors of #00BCBA
Black with #00BCBA
Text Example
Text Example
White with #00BCBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00BCBA; }
p { color: rgb(0,188,186); }
H1.HeaderClassName
{
color: #00BCBA;
}
.AnyTagClassName
{
color: #00BCBA;
}
</style>
background-color css
<style>
a { background-color: #00BCBA; }
a { background-color: rgb(0,188,186); }
div.DivClassName
{
background-color: #00BCBA;
}
.BgClassName
{
background-color: #00BCBA;
}
</style>
border-color css
<style>
span { border-color: #00BCBA; }
span { border-color: rgb(0,188,186); }
td.TdClassName
{
border-color: #00BCBA;
}
.TagClassName
{
border-color: #00BCBA;
}
</style>