Shades of Iris Blue #06BDB9
Tints of Iris Blue #06BDB9
RGB
CMYK
RGB Variations
Color information
#06BDB9 (or 0x06BDB9) is known color: Iris Blue. HEX triplet: 06, BD and B9. RGB value is (6,189,185). Sum of RGB (Red+Green+Blue) = 6+189+185=380 (50% of max value = 765). Red value is 6 (2.73% from 255 or 1.58% from 380); Green value is 189 (74.22% from 255 or 49.74% from 380); Blue value is 185 (72.66% from 255 or 48.68% from 380); Max value from RGB is 189 - color contains mainly: green. Hex color #06BDB9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #06BDB9 is #F94246. Grayscale: #858585. Windows color (decimal): -16335431 or 12172550. OLE color: 12172550.
HSL color Cylindrical-coordinate representation of color #06BDB9: hue angle of 178.69º 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 #06BDB9 is Cyan = 0.97, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 6 | 189 | 185 | - |
| CMYK | 0.97 | 0 | 0.02 | 0.26 |
| HSL | 178.69º | 0.94% | 0.38% | - |
| HSV(B) | 178.69º | 0.97% | 0.74% | - |
| XYZ | 27.03 | 39.94 | 52.18 | - |
| YUV | 133.83 | 156.87 | 36.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 189 | 185 | 0.97 | 0 | 0.02 | 0.26 | 178.69 | 0.94 | 0.38 |
| Hex | 6 | BD | B9 | 61 | 0 | 2 | 1A | B3 | 5E | 26 |
| Octal | 6 | 275 | 271 | 141 | 0 | 2 | 32 | 263 | 136 | 46 |
| Binary | 110 | 10111101 | 10111001 | 1100001 | 0 | 10 | 11010 | 10110011 | 1011110 | 100110 |
Color Harmonies of #06BDB9
Complementary color
Monochromatic Colors of #06BDB9
Black with #06BDB9
Text Example
Text Example
White with #06BDB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06BDB9; }
p { color: rgb(6,189,185); }
H1.HeaderClassName
{
color: #06BDB9;
}
.AnyTagClassName
{
color: #06BDB9;
}
</style>
background-color css
<style>
a { background-color: #06BDB9; }
a { background-color: rgb(6,189,185); }
div.DivClassName
{
background-color: #06BDB9;
}
.BgClassName
{
background-color: #06BDB9;
}
</style>
border-color css
<style>
span { border-color: #06BDB9; }
span { border-color: rgb(6,189,185); }
td.TdClassName
{
border-color: #06BDB9;
}
.TagClassName
{
border-color: #06BDB9;
}
</style>