Shades of Iris Blue #06BEC0
Tints of Iris Blue #06BEC0
RGB
CMYK
RGB Variations
Color information
#06BEC0 (or 0x06BEC0) is known color: Iris Blue. HEX triplet: 06, BE and C0. RGB value is (6,190,192). Sum of RGB (Red+Green+Blue) = 6+190+192=388 (51% of max value = 765). Red value is 6 (2.73% from 255 or 1.55% from 388); Green value is 190 (74.61% from 255 or 48.97% from 388); Blue value is 192 (75.39% from 255 or 49.48% from 388); Max value from RGB is 192 - color contains mainly: blue. Hex color #06BEC0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #06BEC0 is #F9413F. Grayscale: #878787. Windows color (decimal): -16335168 or 12631558. OLE color: 12631558.
HSL color Cylindrical-coordinate representation of color #06BEC0: hue angle of 180.65º 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 #06BEC0 is Cyan = 0.97, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 6 | 190 | 192 | - |
| CMYK | 0.97 | 0.01 | 0 | 0.25 |
| HSL | 180.65º | 0.94% | 0.39% | - |
| HSV(B) | 180.65º | 0.97% | 0.75% | - |
| XYZ | 28 | 40.67 | 56.24 | - |
| YUV | 135.21 | 160.04 | 35.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 190 | 192 | 0.97 | 0.01 | 0 | 0.25 | 180.65 | 0.94 | 0.39 |
| Hex | 6 | BE | C0 | 61 | 1 | 0 | 19 | B5 | 5E | 27 |
| Octal | 6 | 276 | 300 | 141 | 1 | 0 | 31 | 265 | 136 | 47 |
| Binary | 110 | 10111110 | 11000000 | 1100001 | 1 | 0 | 11001 | 10110101 | 1011110 | 100111 |
Color Harmonies of #06BEC0
Complementary color
Monochromatic Colors of #06BEC0
Black with #06BEC0
Text Example
Text Example
White with #06BEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06BEC0; }
p { color: rgb(6,190,192); }
H1.HeaderClassName
{
color: #06BEC0;
}
.AnyTagClassName
{
color: #06BEC0;
}
</style>
background-color css
<style>
a { background-color: #06BEC0; }
a { background-color: rgb(6,190,192); }
div.DivClassName
{
background-color: #06BEC0;
}
.BgClassName
{
background-color: #06BEC0;
}
</style>
border-color css
<style>
span { border-color: #06BEC0; }
span { border-color: rgb(6,190,192); }
td.TdClassName
{
border-color: #06BEC0;
}
.TagClassName
{
border-color: #06BEC0;
}
</style>