Shades of Iris Blue #06BDB5
Tints of Iris Blue #06BDB5
RGB
CMYK
RGB Variations
Color information
#06BDB5 (or 0x06BDB5) is known color: Iris Blue. HEX triplet: 06, BD and B5. RGB value is (6,189,181). Sum of RGB (Red+Green+Blue) = 6+189+181=376 (49% of max value = 765). Red value is 6 (2.73% from 255 or 1.60% from 376); Green value is 189 (74.22% from 255 or 50.27% from 376); Blue value is 181 (71.09% from 255 or 48.14% from 376); Max value from RGB is 189 - color contains mainly: green. Hex color #06BDB5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #06BDB5 is #F9424A. Grayscale: #858585. Windows color (decimal): -16335435 or 11910406. OLE color: 11910406.
HSL color Cylindrical-coordinate representation of color #06BDB5: hue angle of 177.38º 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 #06BDB5 is Cyan = 0.97, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 6 | 189 | 181 | - |
| CMYK | 0.97 | 0 | 0.04 | 0.26 |
| HSL | 177.38º | 0.94% | 0.38% | - |
| HSV(B) | 177.38º | 0.97% | 0.74% | - |
| XYZ | 26.61 | 39.77 | 49.99 | - |
| YUV | 133.37 | 154.87 | 37.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 189 | 181 | 0.97 | 0 | 0.04 | 0.26 | 177.38 | 0.94 | 0.38 |
| Hex | 6 | BD | B5 | 61 | 0 | 4 | 1A | B1 | 5E | 26 |
| Octal | 6 | 275 | 265 | 141 | 0 | 4 | 32 | 261 | 136 | 46 |
| Binary | 110 | 10111101 | 10110101 | 1100001 | 0 | 100 | 11010 | 10110001 | 1011110 | 100110 |
Color Harmonies of #06BDB5
Complementary color
Monochromatic Colors of #06BDB5
Black with #06BDB5
Text Example
Text Example
White with #06BDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06BDB5; }
p { color: rgb(6,189,181); }
H1.HeaderClassName
{
color: #06BDB5;
}
.AnyTagClassName
{
color: #06BDB5;
}
</style>
background-color css
<style>
a { background-color: #06BDB5; }
a { background-color: rgb(6,189,181); }
div.DivClassName
{
background-color: #06BDB5;
}
.BgClassName
{
background-color: #06BDB5;
}
</style>
border-color css
<style>
span { border-color: #06BDB5; }
span { border-color: rgb(6,189,181); }
td.TdClassName
{
border-color: #06BDB5;
}
.TagClassName
{
border-color: #06BDB5;
}
</style>