Shades of Iris Blue #06BCBA
Tints of Iris Blue #06BCBA
RGB
CMYK
RGB Variations
Color information
#06BCBA (or 0x06BCBA) is known color: Iris Blue. HEX triplet: 06, BC and BA. RGB value is (6,188,186). Sum of RGB (Red+Green+Blue) = 6+188+186=380 (50% of max value = 765). Red value is 6 (2.73% from 255 or 1.58% from 380); Green value is 188 (73.83% from 255 or 49.47% from 380); Blue value is 186 (73.05% from 255 or 48.95% from 380); Max value from RGB is 188 - color contains mainly: green. Hex color #06BCBA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #06BCBA is #F94345. Grayscale: #858585. Windows color (decimal): -16335686 or 12237830. OLE color: 12237830.
HSL color Cylindrical-coordinate representation of color #06BCBA: hue angle of 179.34º 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 #06BCBA is Cyan = 0.97, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 6 | 188 | 186 | - |
| CMYK | 0.97 | 0 | 0.01 | 0.26 |
| HSL | 179.34º | 0.94% | 0.38% | - |
| HSV(B) | 179.34º | 0.97% | 0.74% | - |
| XYZ | 26.92 | 39.55 | 52.67 | - |
| YUV | 133.35 | 157.7 | 37.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 188 | 186 | 0.97 | 0 | 0.01 | 0.26 | 179.34 | 0.94 | 0.38 |
| Hex | 6 | BC | BA | 61 | 0 | 1 | 1A | B3 | 5E | 26 |
| Octal | 6 | 274 | 272 | 141 | 0 | 1 | 32 | 263 | 136 | 46 |
| Binary | 110 | 10111100 | 10111010 | 1100001 | 0 | 1 | 11010 | 10110011 | 1011110 | 100110 |
Color Harmonies of #06BCBA
Complementary color
Monochromatic Colors of #06BCBA
Black with #06BCBA
Text Example
Text Example
White with #06BCBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06BCBA; }
p { color: rgb(6,188,186); }
H1.HeaderClassName
{
color: #06BCBA;
}
.AnyTagClassName
{
color: #06BCBA;
}
</style>
background-color css
<style>
a { background-color: #06BCBA; }
a { background-color: rgb(6,188,186); }
div.DivClassName
{
background-color: #06BCBA;
}
.BgClassName
{
background-color: #06BCBA;
}
</style>
border-color css
<style>
span { border-color: #06BCBA; }
span { border-color: rgb(6,188,186); }
td.TdClassName
{
border-color: #06BCBA;
}
.TagClassName
{
border-color: #06BCBA;
}
</style>