Shades of Iris Blue #06BAC0
Tints of Iris Blue #06BAC0
RGB
CMYK
RGB Variations
Color information
#06BAC0 (or 0x06BAC0) is known color: Iris Blue. HEX triplet: 06, BA and C0. RGB value is (6,186,192). Sum of RGB (Red+Green+Blue) = 6+186+192=384 (50% of max value = 765). Red value is 6 (2.73% from 255 or 1.56% from 384); Green value is 186 (73.05% from 255 or 48.44% from 384); Blue value is 192 (75.39% from 255 or 50% from 384); Max value from RGB is 192 - color contains mainly: blue. Hex color #06BAC0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #06BAC0 is #F9453F. Grayscale: #848484. Windows color (decimal): -16336192 or 12630534. OLE color: 12630534.
HSL color Cylindrical-coordinate representation of color #06BAC0: hue angle of 181.94º 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 #06BAC0 is Cyan = 0.97, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 6 | 186 | 192 | - |
| CMYK | 0.97 | 0.03 | 0 | 0.25 |
| HSL | 181.94º | 0.94% | 0.39% | - |
| HSV(B) | 181.94º | 0.97% | 0.75% | - |
| XYZ | 27.15 | 38.96 | 55.96 | - |
| YUV | 132.86 | 161.37 | 37.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 186 | 192 | 0.97 | 0.03 | 0 | 0.25 | 181.94 | 0.94 | 0.39 |
| Hex | 6 | BA | C0 | 61 | 3 | 0 | 19 | B6 | 5E | 27 |
| Octal | 6 | 272 | 300 | 141 | 3 | 0 | 31 | 266 | 136 | 47 |
| Binary | 110 | 10111010 | 11000000 | 1100001 | 11 | 0 | 11001 | 10110110 | 1011110 | 100111 |
Color Harmonies of #06BAC0
Complementary color
Monochromatic Colors of #06BAC0
Black with #06BAC0
Text Example
Text Example
White with #06BAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06BAC0; }
p { color: rgb(6,186,192); }
H1.HeaderClassName
{
color: #06BAC0;
}
.AnyTagClassName
{
color: #06BAC0;
}
</style>
background-color css
<style>
a { background-color: #06BAC0; }
a { background-color: rgb(6,186,192); }
div.DivClassName
{
background-color: #06BAC0;
}
.BgClassName
{
background-color: #06BAC0;
}
</style>
border-color css
<style>
span { border-color: #06BAC0; }
span { border-color: rgb(6,186,192); }
td.TdClassName
{
border-color: #06BAC0;
}
.TagClassName
{
border-color: #06BAC0;
}
</style>