Shades of Iris Blue #06BDB7
Tints of Iris Blue #06BDB7
RGB
CMYK
RGB Variations
Color information
#06BDB7 (or 0x06BDB7) is known color: Iris Blue. HEX triplet: 06, BD and B7. RGB value is (6,189,183). Sum of RGB (Red+Green+Blue) = 6+189+183=378 (50% of max value = 765). Red value is 6 (2.73% from 255 or 1.59% from 378); Green value is 189 (74.22% from 255 or 50% from 378); Blue value is 183 (71.88% from 255 or 48.41% from 378); Max value from RGB is 189 - color contains mainly: green. Hex color #06BDB7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #06BDB7 is #F94248. Grayscale: #858585. Windows color (decimal): -16335433 or 12041478. OLE color: 12041478.
HSL color Cylindrical-coordinate representation of color #06BDB7: hue angle of 178.03º 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 #06BDB7 is Cyan = 0.97, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 6 | 189 | 183 | - |
| CMYK | 0.97 | 0 | 0.03 | 0.26 |
| HSL | 178.03º | 0.94% | 0.38% | - |
| HSV(B) | 178.03º | 0.97% | 0.74% | - |
| XYZ | 26.82 | 39.85 | 51.08 | - |
| YUV | 133.6 | 155.87 | 36.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 189 | 183 | 0.97 | 0 | 0.03 | 0.26 | 178.03 | 0.94 | 0.38 |
| Hex | 6 | BD | B7 | 61 | 0 | 3 | 1A | B2 | 5E | 26 |
| Octal | 6 | 275 | 267 | 141 | 0 | 3 | 32 | 262 | 136 | 46 |
| Binary | 110 | 10111101 | 10110111 | 1100001 | 0 | 11 | 11010 | 10110010 | 1011110 | 100110 |
Color Harmonies of #06BDB7
Complementary color
Monochromatic Colors of #06BDB7
Black with #06BDB7
Text Example
Text Example
White with #06BDB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06BDB7; }
p { color: rgb(6,189,183); }
H1.HeaderClassName
{
color: #06BDB7;
}
.AnyTagClassName
{
color: #06BDB7;
}
</style>
background-color css
<style>
a { background-color: #06BDB7; }
a { background-color: rgb(6,189,183); }
div.DivClassName
{
background-color: #06BDB7;
}
.BgClassName
{
background-color: #06BDB7;
}
</style>
border-color css
<style>
span { border-color: #06BDB7; }
span { border-color: rgb(6,189,183); }
td.TdClassName
{
border-color: #06BDB7;
}
.TagClassName
{
border-color: #06BDB7;
}
</style>