Shades of Robin's Egg Blue #06C9BB
Tints of Robin's Egg Blue #06C9BB
RGB
CMYK
RGB Variations
Color information
#06C9BB (or 0x06C9BB) is known color: Robin's Egg Blue. HEX triplet: 06, C9 and BB. RGB value is (6,201,187). Sum of RGB (Red+Green+Blue) = 6+201+187=394 (52% of max value = 765). Red value is 6 (2.73% from 255 or 1.52% from 394); Green value is 201 (78.91% from 255 or 51.02% from 394); Blue value is 187 (73.44% from 255 or 47.46% from 394); Max value from RGB is 201 - color contains mainly: green. Hex color #06C9BB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #06C9BB is #F93644. Grayscale: #8C8C8C. Windows color (decimal): -16332357 or 12306694. OLE color: 12306694.
HSL color Cylindrical-coordinate representation of color #06C9BB: hue angle of 175.69º 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 #06C9BB is Cyan = 0.97, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 6 | 201 | 187 | - |
| CMYK | 0.97 | 0 | 0.07 | 0.21 |
| HSL | 175.69º | 0.94% | 0.41% | - |
| HSV(B) | 175.69º | 0.97% | 0.79% | - |
| XYZ | 29.93 | 45.4 | 54.2 | - |
| YUV | 141.1 | 153.9 | 31.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 201 | 187 | 0.97 | 0 | 0.07 | 0.21 | 175.69 | 0.94 | 0.41 |
| Hex | 6 | C9 | BB | 61 | 0 | 7 | 15 | B0 | 5E | 29 |
| Octal | 6 | 311 | 273 | 141 | 0 | 7 | 25 | 260 | 136 | 51 |
| Binary | 110 | 11001001 | 10111011 | 1100001 | 0 | 111 | 10101 | 10110000 | 1011110 | 101001 |
Color Harmonies of #06C9BB
Complementary color
Monochromatic Colors of #06C9BB
Black with #06C9BB
Text Example
Text Example
White with #06C9BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06C9BB; }
p { color: rgb(6,201,187); }
H1.HeaderClassName
{
color: #06C9BB;
}
.AnyTagClassName
{
color: #06C9BB;
}
</style>
background-color css
<style>
a { background-color: #06C9BB; }
a { background-color: rgb(6,201,187); }
div.DivClassName
{
background-color: #06C9BB;
}
.BgClassName
{
background-color: #06C9BB;
}
</style>
border-color css
<style>
span { border-color: #06C9BB; }
span { border-color: rgb(6,201,187); }
td.TdClassName
{
border-color: #06C9BB;
}
.TagClassName
{
border-color: #06C9BB;
}
</style>