Shades of Iris Blue #00BCB4
Tints of Iris Blue #00BCB4
RGB
CMYK
RGB Variations
Color information
#00BCB4 (or 0x00BCB4) is known color: Iris Blue. HEX triplet: 00, BC and B4. RGB value is (0,188,180). Sum of RGB (Red+Green+Blue) = 0+188+180=368 (48% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 368); Green value is 188 (73.83% from 255 or 51.09% from 368); Blue value is 180 (70.70% from 255 or 48.91% from 368); Max value from RGB is 188 - color contains mainly: green. Hex color #00BCB4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00BCB4 is #FF434B. Grayscale: #828282. Windows color (decimal): -16728908 or 11844608. OLE color: 11844608.
HSL color Cylindrical-coordinate representation of color #00BCB4: hue angle of 177.45º 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 #00BCB4 is Cyan = 1, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 0 | 188 | 180 | - |
| CMYK | 1 | 0 | 0.04 | 0.26 |
| HSL | 177.45º | 1% | 0.37% | - |
| HSV(B) | 177.45º | 1% | 0.74% | - |
| XYZ | 26.22 | 39.26 | 49.38 | - |
| YUV | 130.88 | 155.72 | 34.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 188 | 180 | 1 | 0 | 0.04 | 0.26 | 177.45 | 1 | 0.37 |
| Hex | 0 | BC | B4 | 64 | 0 | 4 | 1A | B1 | 64 | 25 |
| Octal | 0 | 274 | 264 | 144 | 0 | 4 | 32 | 261 | 144 | 45 |
| Binary | 0 | 10111100 | 10110100 | 1100100 | 0 | 100 | 11010 | 10110001 | 1100100 | 100101 |
Color Harmonies of #00BCB4
Complementary color
Monochromatic Colors of #00BCB4
Black with #00BCB4
Text Example
Text Example
White with #00BCB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00BCB4; }
p { color: rgb(0,188,180); }
H1.HeaderClassName
{
color: #00BCB4;
}
.AnyTagClassName
{
color: #00BCB4;
}
</style>
background-color css
<style>
a { background-color: #00BCB4; }
a { background-color: rgb(0,188,180); }
div.DivClassName
{
background-color: #00BCB4;
}
.BgClassName
{
background-color: #00BCB4;
}
</style>
border-color css
<style>
span { border-color: #00BCB4; }
span { border-color: rgb(0,188,180); }
td.TdClassName
{
border-color: #00BCB4;
}
.TagClassName
{
border-color: #00BCB4;
}
</style>