Shades of Iris Blue #06BDB6
Tints of Iris Blue #06BDB6
RGB
CMYK
RGB Variations
Color information
#06BDB6 (or 0x06BDB6) is known color: Iris Blue. HEX triplet: 06, BD and B6. RGB value is (6,189,182). Sum of RGB (Red+Green+Blue) = 6+189+182=377 (49% of max value = 765). Red value is 6 (2.73% from 255 or 1.59% from 377); Green value is 189 (74.22% from 255 or 50.13% from 377); Blue value is 182 (71.48% from 255 or 48.28% from 377); Max value from RGB is 189 - color contains mainly: green. Hex color #06BDB6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #06BDB6 is #F94249. Grayscale: #858585. Windows color (decimal): -16335434 or 11975942. OLE color: 11975942.
HSL color Cylindrical-coordinate representation of color #06BDB6: hue angle of 177.7º 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 #06BDB6 is Cyan = 0.97, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 6 | 189 | 182 | - |
| CMYK | 0.97 | 0 | 0.04 | 0.26 |
| HSL | 177.7º | 0.94% | 0.38% | - |
| HSV(B) | 177.7º | 0.97% | 0.74% | - |
| XYZ | 26.72 | 39.81 | 50.53 | - |
| YUV | 133.49 | 155.37 | 37.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 189 | 182 | 0.97 | 0 | 0.04 | 0.26 | 177.7 | 0.94 | 0.38 |
| Hex | 6 | BD | B6 | 61 | 0 | 4 | 1A | B2 | 5E | 26 |
| Octal | 6 | 275 | 266 | 141 | 0 | 4 | 32 | 262 | 136 | 46 |
| Binary | 110 | 10111101 | 10110110 | 1100001 | 0 | 100 | 11010 | 10110010 | 1011110 | 100110 |
Color Harmonies of #06BDB6
Complementary color
Monochromatic Colors of #06BDB6
Black with #06BDB6
Text Example
Text Example
White with #06BDB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06BDB6; }
p { color: rgb(6,189,182); }
H1.HeaderClassName
{
color: #06BDB6;
}
.AnyTagClassName
{
color: #06BDB6;
}
</style>
background-color css
<style>
a { background-color: #06BDB6; }
a { background-color: rgb(6,189,182); }
div.DivClassName
{
background-color: #06BDB6;
}
.BgClassName
{
background-color: #06BDB6;
}
</style>
border-color css
<style>
span { border-color: #06BDB6; }
span { border-color: rgb(6,189,182); }
td.TdClassName
{
border-color: #06BDB6;
}
.TagClassName
{
border-color: #06BDB6;
}
</style>