Shades of Iris Blue #06BAC9
Tints of Iris Blue #06BAC9
RGB
CMYK
RGB Variations
Color information
#06BAC9 (or 0x06BAC9) is known color: Iris Blue. HEX triplet: 06, BA and C9. RGB value is (6,186,201). Sum of RGB (Red+Green+Blue) = 6+186+201=393 (52% of max value = 765). Red value is 6 (2.73% from 255 or 1.53% from 393); Green value is 186 (73.05% from 255 or 47.33% from 393); Blue value is 201 (78.91% from 255 or 51.15% from 393); Max value from RGB is 201 - color contains mainly: blue. Hex color #06BAC9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #06BAC9 is #F94536. Grayscale: #858585. Windows color (decimal): -16336183 or 13220358. OLE color: 13220358.
HSL color Cylindrical-coordinate representation of color #06BAC9: hue angle of 184.62º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06BAC9 is Cyan = 0.97, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 6 | 186 | 201 | - |
| CMYK | 0.97 | 0.07 | 0 | 0.21 |
| HSL | 184.62º | 0.94% | 0.41% | - |
| HSV(B) | 184.62º | 0.97% | 0.79% | - |
| XYZ | 28.18 | 39.37 | 61.37 | - |
| YUV | 133.89 | 165.87 | 36.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 186 | 201 | 0.97 | 0.07 | 0 | 0.21 | 184.62 | 0.94 | 0.41 |
| Hex | 6 | BA | C9 | 61 | 7 | 0 | 15 | B9 | 5E | 29 |
| Octal | 6 | 272 | 311 | 141 | 7 | 0 | 25 | 271 | 136 | 51 |
| Binary | 110 | 10111010 | 11001001 | 1100001 | 111 | 0 | 10101 | 10111001 | 1011110 | 101001 |
Color Harmonies of #06BAC9
Complementary color
Monochromatic Colors of #06BAC9
Black with #06BAC9
Text Example
Text Example
White with #06BAC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06BAC9; }
p { color: rgb(6,186,201); }
H1.HeaderClassName
{
color: #06BAC9;
}
.AnyTagClassName
{
color: #06BAC9;
}
</style>
background-color css
<style>
a { background-color: #06BAC9; }
a { background-color: rgb(6,186,201); }
div.DivClassName
{
background-color: #06BAC9;
}
.BgClassName
{
background-color: #06BAC9;
}
</style>
border-color css
<style>
span { border-color: #06BAC9; }
span { border-color: rgb(6,186,201); }
td.TdClassName
{
border-color: #06BAC9;
}
.TagClassName
{
border-color: #06BAC9;
}
</style>