Shades of Robin's Egg Blue #06C5BD
Tints of Robin's Egg Blue #06C5BD
RGB
CMYK
RGB Variations
Color information
#06C5BD (or 0x06C5BD) is known color: Robin's Egg Blue. HEX triplet: 06, C5 and BD. RGB value is (6,197,189). Sum of RGB (Red+Green+Blue) = 6+197+189=392 (51% of max value = 765). Red value is 6 (2.73% from 255 or 1.53% from 392); Green value is 197 (77.34% from 255 or 50.26% from 392); Blue value is 189 (74.22% from 255 or 48.21% from 392); Max value from RGB is 197 - color contains mainly: green. Hex color #06C5BD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #06C5BD is #F93A42. Grayscale: #8A8A8A. Windows color (decimal): -16333379 or 12436742. OLE color: 12436742.
HSL color Cylindrical-coordinate representation of color #06C5BD: hue angle of 177.49º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06C5BD is Cyan = 0.97, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 6 | 197 | 189 | - |
| CMYK | 0.97 | 0 | 0.04 | 0.23 |
| HSL | 177.49º | 0.94% | 0.4% | - |
| HSV(B) | 177.49º | 0.97% | 0.77% | - |
| XYZ | 29.23 | 43.65 | 55.03 | - |
| YUV | 138.98 | 156.22 | 33.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 197 | 189 | 0.97 | 0 | 0.04 | 0.23 | 177.49 | 0.94 | 0.4 |
| Hex | 6 | C5 | BD | 61 | 0 | 4 | 17 | B1 | 5E | 28 |
| Octal | 6 | 305 | 275 | 141 | 0 | 4 | 27 | 261 | 136 | 50 |
| Binary | 110 | 11000101 | 10111101 | 1100001 | 0 | 100 | 10111 | 10110001 | 1011110 | 101000 |
Color Harmonies of #06C5BD
Complementary color
Monochromatic Colors of #06C5BD
Black with #06C5BD
Text Example
Text Example
White with #06C5BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06C5BD; }
p { color: rgb(6,197,189); }
H1.HeaderClassName
{
color: #06C5BD;
}
.AnyTagClassName
{
color: #06C5BD;
}
</style>
background-color css
<style>
a { background-color: #06C5BD; }
a { background-color: rgb(6,197,189); }
div.DivClassName
{
background-color: #06C5BD;
}
.BgClassName
{
background-color: #06C5BD;
}
</style>
border-color css
<style>
span { border-color: #06C5BD; }
span { border-color: rgb(6,197,189); }
td.TdClassName
{
border-color: #06C5BD;
}
.TagClassName
{
border-color: #06C5BD;
}
</style>