Shades of Iris Blue #06BBC0
Tints of Iris Blue #06BBC0
RGB
CMYK
RGB Variations
Color information
#06BBC0 (or 0x06BBC0) is known color: Iris Blue. HEX triplet: 06, BB and C0. RGB value is (6,187,192). Sum of RGB (Red+Green+Blue) = 6+187+192=385 (50% of max value = 765). Red value is 6 (2.73% from 255 or 1.56% from 385); Green value is 187 (73.44% from 255 or 48.57% from 385); Blue value is 192 (75.39% from 255 or 49.87% from 385); Max value from RGB is 192 - color contains mainly: blue. Hex color #06BBC0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #06BBC0 is #F9443F. Grayscale: #858585. Windows color (decimal): -16335936 or 12630790. OLE color: 12630790.
HSL color Cylindrical-coordinate representation of color #06BBC0: hue angle of 181.61º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06BBC0 is Cyan = 0.97, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 6 | 187 | 192 | - |
| CMYK | 0.97 | 0.03 | 0 | 0.25 |
| HSL | 181.61º | 0.94% | 0.39% | - |
| HSV(B) | 181.61º | 0.97% | 0.75% | - |
| XYZ | 27.36 | 39.39 | 56.03 | - |
| YUV | 133.45 | 161.03 | 37.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 187 | 192 | 0.97 | 0.03 | 0 | 0.25 | 181.61 | 0.94 | 0.39 |
| Hex | 6 | BB | C0 | 61 | 3 | 0 | 19 | B6 | 5E | 27 |
| Octal | 6 | 273 | 300 | 141 | 3 | 0 | 31 | 266 | 136 | 47 |
| Binary | 110 | 10111011 | 11000000 | 1100001 | 11 | 0 | 11001 | 10110110 | 1011110 | 100111 |
Color Harmonies of #06BBC0
Complementary color
Monochromatic Colors of #06BBC0
Black with #06BBC0
Text Example
Text Example
White with #06BBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06BBC0; }
p { color: rgb(6,187,192); }
H1.HeaderClassName
{
color: #06BBC0;
}
.AnyTagClassName
{
color: #06BBC0;
}
</style>
background-color css
<style>
a { background-color: #06BBC0; }
a { background-color: rgb(6,187,192); }
div.DivClassName
{
background-color: #06BBC0;
}
.BgClassName
{
background-color: #06BBC0;
}
</style>
border-color css
<style>
span { border-color: #06BBC0; }
span { border-color: rgb(6,187,192); }
td.TdClassName
{
border-color: #06BBC0;
}
.TagClassName
{
border-color: #06BBC0;
}
</style>