Shades of Robin's Egg Blue #06C9BC
Tints of Robin's Egg Blue #06C9BC
RGB
CMYK
RGB Variations
Color information
#06C9BC (or 0x06C9BC) is known color: Robin's Egg Blue. HEX triplet: 06, C9 and BC. RGB value is (6,201,188). Sum of RGB (Red+Green+Blue) = 6+201+188=395 (52% of max value = 765). Red value is 6 (2.73% from 255 or 1.52% from 395); Green value is 201 (78.91% from 255 or 50.89% from 395); Blue value is 188 (73.83% from 255 or 47.59% from 395); Max value from RGB is 201 - color contains mainly: green. Hex color #06C9BC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #06C9BC is #F93643. Grayscale: #8D8D8D. Windows color (decimal): -16332356 or 12372230. OLE color: 12372230.
HSL color Cylindrical-coordinate representation of color #06C9BC: hue angle of 176º 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 #06C9BC is Cyan = 0.97, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 6 | 201 | 188 | - |
| CMYK | 0.97 | 0 | 0.06 | 0.21 |
| HSL | 176º | 0.94% | 0.41% | - |
| HSV(B) | 176º | 0.97% | 0.79% | - |
| XYZ | 30.04 | 45.44 | 54.77 | - |
| YUV | 141.21 | 154.4 | 31.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 201 | 188 | 0.97 | 0 | 0.06 | 0.21 | 176 | 0.94 | 0.41 |
| Hex | 6 | C9 | BC | 61 | 0 | 6 | 15 | B0 | 5E | 29 |
| Octal | 6 | 311 | 274 | 141 | 0 | 6 | 25 | 260 | 136 | 51 |
| Binary | 110 | 11001001 | 10111100 | 1100001 | 0 | 110 | 10101 | 10110000 | 1011110 | 101001 |
Color Harmonies of #06C9BC
Complementary color
Monochromatic Colors of #06C9BC
Black with #06C9BC
Text Example
Text Example
White with #06C9BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06C9BC; }
p { color: rgb(6,201,188); }
H1.HeaderClassName
{
color: #06C9BC;
}
.AnyTagClassName
{
color: #06C9BC;
}
</style>
background-color css
<style>
a { background-color: #06C9BC; }
a { background-color: rgb(6,201,188); }
div.DivClassName
{
background-color: #06C9BC;
}
.BgClassName
{
background-color: #06C9BC;
}
</style>
border-color css
<style>
span { border-color: #06C9BC; }
span { border-color: rgb(6,201,188); }
td.TdClassName
{
border-color: #06C9BC;
}
.TagClassName
{
border-color: #06C9BC;
}
</style>