Shades of Iris Blue #00BCC0
Tints of Iris Blue #00BCC0
RGB
CMYK
RGB Variations
Color information
#00BCC0 (or 0x00BCC0) is known color: Iris Blue. HEX triplet: 00, BC and C0. RGB value is (0,188,192). Sum of RGB (Red+Green+Blue) = 0+188+192=380 (50% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 380); Green value is 188 (73.83% from 255 or 49.47% from 380); Blue value is 192 (75.39% from 255 or 50.53% from 380); Max value from RGB is 192 - color contains mainly: blue. Hex color #00BCC0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00BCC0 is #FF433F. Grayscale: #848484. Windows color (decimal): -16728896 or 12631040. OLE color: 12631040.
HSL color Cylindrical-coordinate representation of color #00BCC0: hue angle of 181.25º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00BCC0 is Cyan = 1, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 0 | 188 | 192 | - |
| CMYK | 1 | 0.02 | 0 | 0.25 |
| HSL | 181.25º | 1% | 0.38% | - |
| HSV(B) | 181.25º | 1% | 0.75% | - |
| XYZ | 27.5 | 39.77 | 56.1 | - |
| YUV | 132.24 | 161.72 | 33.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 188 | 192 | 1 | 0.02 | 0 | 0.25 | 181.25 | 1 | 0.38 |
| Hex | 0 | BC | C0 | 64 | 2 | 0 | 19 | B5 | 64 | 26 |
| Octal | 0 | 274 | 300 | 144 | 2 | 0 | 31 | 265 | 144 | 46 |
| Binary | 0 | 10111100 | 11000000 | 1100100 | 10 | 0 | 11001 | 10110101 | 1100100 | 100110 |
Color Harmonies of #00BCC0
Complementary color
Monochromatic Colors of #00BCC0
Black with #00BCC0
Text Example
Text Example
White with #00BCC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00BCC0; }
p { color: rgb(0,188,192); }
H1.HeaderClassName
{
color: #00BCC0;
}
.AnyTagClassName
{
color: #00BCC0;
}
</style>
background-color css
<style>
a { background-color: #00BCC0; }
a { background-color: rgb(0,188,192); }
div.DivClassName
{
background-color: #00BCC0;
}
.BgClassName
{
background-color: #00BCC0;
}
</style>
border-color css
<style>
span { border-color: #00BCC0; }
span { border-color: rgb(0,188,192); }
td.TdClassName
{
border-color: #00BCC0;
}
.TagClassName
{
border-color: #00BCC0;
}
</style>