Shades of Iris Blue #06BCB6
Tints of Iris Blue #06BCB6
RGB
CMYK
RGB Variations
Color information
#06BCB6 (or 0x06BCB6) is known color: Iris Blue. HEX triplet: 06, BC and B6. RGB value is (6,188,182). Sum of RGB (Red+Green+Blue) = 6+188+182=376 (49% of max value = 765). Red value is 6 (2.73% from 255 or 1.60% from 376); Green value is 188 (73.83% from 255 or 50% from 376); Blue value is 182 (71.48% from 255 or 48.40% from 376); Max value from RGB is 188 - color contains mainly: green. Hex color #06BCB6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #06BCB6 is #F94349. Grayscale: #848484. Windows color (decimal): -16335690 or 11975686. OLE color: 11975686.
HSL color Cylindrical-coordinate representation of color #06BCB6: hue angle of 178.02º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06BCB6 is Cyan = 0.97, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 6 | 188 | 182 | - |
| CMYK | 0.97 | 0 | 0.03 | 0.26 |
| HSL | 178.02º | 0.94% | 0.38% | - |
| HSV(B) | 178.02º | 0.97% | 0.74% | - |
| XYZ | 26.5 | 39.38 | 50.46 | - |
| YUV | 132.9 | 155.7 | 37.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 188 | 182 | 0.97 | 0 | 0.03 | 0.26 | 178.02 | 0.94 | 0.38 |
| Hex | 6 | BC | B6 | 61 | 0 | 3 | 1A | B2 | 5E | 26 |
| Octal | 6 | 274 | 266 | 141 | 0 | 3 | 32 | 262 | 136 | 46 |
| Binary | 110 | 10111100 | 10110110 | 1100001 | 0 | 11 | 11010 | 10110010 | 1011110 | 100110 |
Color Harmonies of #06BCB6
Complementary color
Monochromatic Colors of #06BCB6
Black with #06BCB6
Text Example
Text Example
White with #06BCB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06BCB6; }
p { color: rgb(6,188,182); }
H1.HeaderClassName
{
color: #06BCB6;
}
.AnyTagClassName
{
color: #06BCB6;
}
</style>
background-color css
<style>
a { background-color: #06BCB6; }
a { background-color: rgb(6,188,182); }
div.DivClassName
{
background-color: #06BCB6;
}
.BgClassName
{
background-color: #06BCB6;
}
</style>
border-color css
<style>
span { border-color: #06BCB6; }
span { border-color: rgb(6,188,182); }
td.TdClassName
{
border-color: #06BCB6;
}
.TagClassName
{
border-color: #06BCB6;
}
</style>