Shades of Iris Blue #06BBB2
Tints of Iris Blue #06BBB2
RGB
CMYK
RGB Variations
Color information
#06BBB2 (or 0x06BBB2) is known color: Iris Blue. HEX triplet: 06, BB and B2. RGB value is (6,187,178). Sum of RGB (Red+Green+Blue) = 6+187+178=371 (49% of max value = 765). Red value is 6 (2.73% from 255 or 1.62% from 371); Green value is 187 (73.44% from 255 or 50.40% from 371); Blue value is 178 (69.92% from 255 or 47.98% from 371); Max value from RGB is 187 - color contains mainly: green. Hex color #06BBB2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #06BBB2 is #F9444D. Grayscale: #838383. Windows color (decimal): -16335950 or 11713286. OLE color: 11713286.
HSL color Cylindrical-coordinate representation of color #06BBB2: hue angle of 177.02º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06BBB2 is Cyan = 0.97, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 6 | 187 | 178 | - |
| CMYK | 0.97 | 0 | 0.05 | 0.27 |
| HSL | 177.02º | 0.94% | 0.38% | - |
| HSV(B) | 177.02º | 0.97% | 0.73% | - |
| XYZ | 25.88 | 38.79 | 48.24 | - |
| YUV | 131.86 | 154.03 | 38.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 187 | 178 | 0.97 | 0 | 0.05 | 0.27 | 177.02 | 0.94 | 0.38 |
| Hex | 6 | BB | B2 | 61 | 0 | 5 | 1B | B1 | 5E | 26 |
| Octal | 6 | 273 | 262 | 141 | 0 | 5 | 33 | 261 | 136 | 46 |
| Binary | 110 | 10111011 | 10110010 | 1100001 | 0 | 101 | 11011 | 10110001 | 1011110 | 100110 |
Color Harmonies of #06BBB2
Complementary color
Monochromatic Colors of #06BBB2
Black with #06BBB2
Text Example
Text Example
White with #06BBB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06BBB2; }
p { color: rgb(6,187,178); }
H1.HeaderClassName
{
color: #06BBB2;
}
.AnyTagClassName
{
color: #06BBB2;
}
</style>
background-color css
<style>
a { background-color: #06BBB2; }
a { background-color: rgb(6,187,178); }
div.DivClassName
{
background-color: #06BBB2;
}
.BgClassName
{
background-color: #06BBB2;
}
</style>
border-color css
<style>
span { border-color: #06BBB2; }
span { border-color: rgb(6,187,178); }
td.TdClassName
{
border-color: #06BBB2;
}
.TagClassName
{
border-color: #06BBB2;
}
</style>