Shades of Iris Blue #00BCBD
Tints of Iris Blue #00BCBD
RGB
CMYK
RGB Variations
Color information
#00BCBD (or 0x00BCBD) is known color: Iris Blue. HEX triplet: 00, BC and BD. RGB value is (0,188,189). Sum of RGB (Red+Green+Blue) = 0+188+189=377 (49% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 377); Green value is 188 (73.83% from 255 or 49.87% from 377); Blue value is 189 (74.22% from 255 or 50.13% from 377); Max value from RGB is 189 - color contains mainly: blue. Hex color #00BCBD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00BCBD is #FF4342. Grayscale: #838383. Windows color (decimal): -16728899 or 12434432. OLE color: 12434432.
HSL color Cylindrical-coordinate representation of color #00BCBD: hue angle of 180.32º 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 #00BCBD is Cyan = 1, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 0 | 188 | 189 | - |
| CMYK | 1 | 0.01 | 0 | 0.26 |
| HSL | 180.32º | 1% | 0.37% | - |
| HSV(B) | 180.32º | 1% | 0.74% | - |
| XYZ | 27.17 | 39.64 | 54.36 | - |
| YUV | 131.9 | 160.22 | 33.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 188 | 189 | 1 | 0.01 | 0 | 0.26 | 180.32 | 1 | 0.37 |
| Hex | 0 | BC | BD | 64 | 1 | 0 | 1A | B4 | 64 | 25 |
| Octal | 0 | 274 | 275 | 144 | 1 | 0 | 32 | 264 | 144 | 45 |
| Binary | 0 | 10111100 | 10111101 | 1100100 | 1 | 0 | 11010 | 10110100 | 1100100 | 100101 |
Color Harmonies of #00BCBD
Complementary color
Monochromatic Colors of #00BCBD
Black with #00BCBD
Text Example
Text Example
White with #00BCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00BCBD; }
p { color: rgb(0,188,189); }
H1.HeaderClassName
{
color: #00BCBD;
}
.AnyTagClassName
{
color: #00BCBD;
}
</style>
background-color css
<style>
a { background-color: #00BCBD; }
a { background-color: rgb(0,188,189); }
div.DivClassName
{
background-color: #00BCBD;
}
.BgClassName
{
background-color: #00BCBD;
}
</style>
border-color css
<style>
span { border-color: #00BCBD; }
span { border-color: rgb(0,188,189); }
td.TdClassName
{
border-color: #00BCBD;
}
.TagClassName
{
border-color: #00BCBD;
}
</style>