Shades of Iris Blue #06BFB5
Tints of Iris Blue #06BFB5
RGB
CMYK
RGB Variations
Color information
#06BFB5 (or 0x06BFB5) is known color: Iris Blue. HEX triplet: 06, BF and B5. RGB value is (6,191,181). Sum of RGB (Red+Green+Blue) = 6+191+181=378 (50% of max value = 765). Red value is 6 (2.73% from 255 or 1.59% from 378); Green value is 191 (75% from 255 or 50.53% from 378); Blue value is 181 (71.09% from 255 or 47.88% from 378); Max value from RGB is 191 - color contains mainly: green. Hex color #06BFB5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #06BFB5 is #F9404A. Grayscale: #868686. Windows color (decimal): -16334923 or 11910918. OLE color: 11910918.
HSL color Cylindrical-coordinate representation of color #06BFB5: hue angle of 176.76º 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 #06BFB5 is Cyan = 0.97, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 6 | 191 | 181 | - |
| CMYK | 0.97 | 0 | 0.05 | 0.25 |
| HSL | 176.76º | 0.94% | 0.39% | - |
| HSV(B) | 176.76º | 0.97% | 0.75% | - |
| XYZ | 27.05 | 40.64 | 50.13 | - |
| YUV | 134.55 | 154.21 | 36.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 191 | 181 | 0.97 | 0 | 0.05 | 0.25 | 176.76 | 0.94 | 0.39 |
| Hex | 6 | BF | B5 | 61 | 0 | 5 | 19 | B1 | 5E | 27 |
| Octal | 6 | 277 | 265 | 141 | 0 | 5 | 31 | 261 | 136 | 47 |
| Binary | 110 | 10111111 | 10110101 | 1100001 | 0 | 101 | 11001 | 10110001 | 1011110 | 100111 |
Color Harmonies of #06BFB5
Complementary color
Monochromatic Colors of #06BFB5
Black with #06BFB5
Text Example
Text Example
White with #06BFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06BFB5; }
p { color: rgb(6,191,181); }
H1.HeaderClassName
{
color: #06BFB5;
}
.AnyTagClassName
{
color: #06BFB5;
}
</style>
background-color css
<style>
a { background-color: #06BFB5; }
a { background-color: rgb(6,191,181); }
div.DivClassName
{
background-color: #06BFB5;
}
.BgClassName
{
background-color: #06BFB5;
}
</style>
border-color css
<style>
span { border-color: #06BFB5; }
span { border-color: rgb(6,191,181); }
td.TdClassName
{
border-color: #06BFB5;
}
.TagClassName
{
border-color: #06BFB5;
}
</style>