Shades of Iris Blue #06BABA
Tints of Iris Blue #06BABA
RGB
CMYK
RGB Variations
Color information
#06BABA (or 0x06BABA) is known color: Iris Blue. HEX triplet: 06, BA and BA. RGB value is (6,186,186). Sum of RGB (Red+Green+Blue) = 6+186+186=378 (50% of max value = 765). Red value is 6 (2.73% from 255 or 1.59% from 378); Green value is 186 (73.05% from 255 or 49.21% from 378); Blue value is 186 (73.05% from 255 or 49.21% from 378); Max value from RGB is 186 - color contains mainly: green, blue. Hex color #06BABA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #06BABA is #F94545. Grayscale: #848484. Windows color (decimal): -16336198 or 12237318. OLE color: 12237318.
HSL color Cylindrical-coordinate representation of color #06BABA: hue angle of 180º 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 #06BABA is Cyan = 0.97, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 6 | 186 | 186 | - |
| CMYK | 0.97 | 0 | 0 | 0.27 |
| HSL | 180º | 0.94% | 0.38% | - |
| HSV(B) | 180º | 0.97% | 0.73% | - |
| XYZ | 26.5 | 38.7 | 52.53 | - |
| YUV | 132.18 | 158.37 | 38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 186 | 186 | 0.97 | 0 | 0 | 0.27 | 180 | 0.94 | 0.38 |
| Hex | 6 | BA | BA | 61 | 0 | 0 | 1B | B4 | 5E | 26 |
| Octal | 6 | 272 | 272 | 141 | 0 | 0 | 33 | 264 | 136 | 46 |
| Binary | 110 | 10111010 | 10111010 | 1100001 | 0 | 0 | 11011 | 10110100 | 1011110 | 100110 |
Color Harmonies of #06BABA
Complementary color
Monochromatic Colors of #06BABA
Black with #06BABA
Text Example
Text Example
White with #06BABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06BABA; }
p { color: rgb(6,186,186); }
H1.HeaderClassName
{
color: #06BABA;
}
.AnyTagClassName
{
color: #06BABA;
}
</style>
background-color css
<style>
a { background-color: #06BABA; }
a { background-color: rgb(6,186,186); }
div.DivClassName
{
background-color: #06BABA;
}
.BgClassName
{
background-color: #06BABA;
}
</style>
border-color css
<style>
span { border-color: #06BABA; }
span { border-color: rgb(6,186,186); }
td.TdClassName
{
border-color: #06BABA;
}
.TagClassName
{
border-color: #06BABA;
}
</style>