Shades of Iris Blue #06BAB2
Tints of Iris Blue #06BAB2
RGB
CMYK
RGB Variations
Color information
#06BAB2 (or 0x06BAB2) is known color: Iris Blue. HEX triplet: 06, BA and B2. RGB value is (6,186,178). Sum of RGB (Red+Green+Blue) = 6+186+178=370 (49% of max value = 765). Red value is 6 (2.73% from 255 or 1.62% from 370); Green value is 186 (73.05% from 255 or 50.27% from 370); Blue value is 178 (69.92% from 255 or 48.11% from 370); Max value from RGB is 186 - color contains mainly: green. Hex color #06BAB2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #06BAB2 is #F9454D. Grayscale: #838383. Windows color (decimal): -16336206 or 11713030. OLE color: 11713030.
HSL color Cylindrical-coordinate representation of color #06BAB2: hue angle of 177.33º 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 #06BAB2 is Cyan = 0.97, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 6 | 186 | 178 | - |
| CMYK | 0.97 | 0 | 0.04 | 0.27 |
| HSL | 177.33º | 0.94% | 0.38% | - |
| HSV(B) | 177.33º | 0.97% | 0.73% | - |
| XYZ | 25.67 | 38.37 | 48.17 | - |
| YUV | 131.27 | 154.37 | 38.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 186 | 178 | 0.97 | 0 | 0.04 | 0.27 | 177.33 | 0.94 | 0.38 |
| Hex | 6 | BA | B2 | 61 | 0 | 4 | 1B | B1 | 5E | 26 |
| Octal | 6 | 272 | 262 | 141 | 0 | 4 | 33 | 261 | 136 | 46 |
| Binary | 110 | 10111010 | 10110010 | 1100001 | 0 | 100 | 11011 | 10110001 | 1011110 | 100110 |
Color Harmonies of #06BAB2
Complementary color
Monochromatic Colors of #06BAB2
Black with #06BAB2
Text Example
Text Example
White with #06BAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06BAB2; }
p { color: rgb(6,186,178); }
H1.HeaderClassName
{
color: #06BAB2;
}
.AnyTagClassName
{
color: #06BAB2;
}
</style>
background-color css
<style>
a { background-color: #06BAB2; }
a { background-color: rgb(6,186,178); }
div.DivClassName
{
background-color: #06BAB2;
}
.BgClassName
{
background-color: #06BAB2;
}
</style>
border-color css
<style>
span { border-color: #06BAB2; }
span { border-color: rgb(6,186,178); }
td.TdClassName
{
border-color: #06BAB2;
}
.TagClassName
{
border-color: #06BAB2;
}
</style>