Shades of Iris Blue #06BCBD
Tints of Iris Blue #06BCBD
RGB
CMYK
RGB Variations
Color information
#06BCBD (or 0x06BCBD) is known color: Iris Blue. HEX triplet: 06, BC and BD. RGB value is (6,188,189). Sum of RGB (Red+Green+Blue) = 6+188+189=383 (50% of max value = 765). Red value is 6 (2.73% from 255 or 1.57% from 383); Green value is 188 (73.83% from 255 or 49.09% from 383); Blue value is 189 (74.22% from 255 or 49.35% from 383); Max value from RGB is 189 - color contains mainly: blue. Hex color #06BCBD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #06BCBD is #F94342. Grayscale: #858585. Windows color (decimal): -16335683 or 12434438. OLE color: 12434438.
HSL color Cylindrical-coordinate representation of color #06BCBD: hue angle of 180.33º 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 #06BCBD is Cyan = 0.97, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 6 | 188 | 189 | - |
| CMYK | 0.97 | 0.01 | 0 | 0.26 |
| HSL | 180.33º | 0.94% | 0.38% | - |
| HSV(B) | 180.33º | 0.97% | 0.74% | - |
| XYZ | 27.24 | 39.68 | 54.37 | - |
| YUV | 133.7 | 159.2 | 36.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 188 | 189 | 0.97 | 0.01 | 0 | 0.26 | 180.33 | 0.94 | 0.38 |
| Hex | 6 | BC | BD | 61 | 1 | 0 | 1A | B4 | 5E | 26 |
| Octal | 6 | 274 | 275 | 141 | 1 | 0 | 32 | 264 | 136 | 46 |
| Binary | 110 | 10111100 | 10111101 | 1100001 | 1 | 0 | 11010 | 10110100 | 1011110 | 100110 |
Color Harmonies of #06BCBD
Complementary color
Monochromatic Colors of #06BCBD
Black with #06BCBD
Text Example
Text Example
White with #06BCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06BCBD; }
p { color: rgb(6,188,189); }
H1.HeaderClassName
{
color: #06BCBD;
}
.AnyTagClassName
{
color: #06BCBD;
}
</style>
background-color css
<style>
a { background-color: #06BCBD; }
a { background-color: rgb(6,188,189); }
div.DivClassName
{
background-color: #06BCBD;
}
.BgClassName
{
background-color: #06BCBD;
}
</style>
border-color css
<style>
span { border-color: #06BCBD; }
span { border-color: rgb(6,188,189); }
td.TdClassName
{
border-color: #06BCBD;
}
.TagClassName
{
border-color: #06BCBD;
}
</style>