Shades of Robin's Egg Blue #06D1C8
Tints of Robin's Egg Blue #06D1C8
RGB
CMYK
RGB Variations
Color information
#06D1C8 (or 0x06D1C8) is known color: Robin's Egg Blue. HEX triplet: 06, D1 and C8. RGB value is (6,209,200). Sum of RGB (Red+Green+Blue) = 6+209+200=415 (54% of max value = 765). Red value is 6 (2.73% from 255 or 1.45% from 415); Green value is 209 (82.03% from 255 or 50.36% from 415); Blue value is 200 (78.52% from 255 or 48.19% from 415); Max value from RGB is 209 - color contains mainly: green. Hex color #06D1C8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #06D1C8 is #F92E37. Grayscale: #939393. Windows color (decimal): -16330296 or 13160710. OLE color: 13160710.
HSL color Cylindrical-coordinate representation of color #06D1C8: hue angle of 177.34º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06D1C8 is Cyan = 0.97, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 6 | 209 | 200 | - |
| CMYK | 0.97 | 0 | 0.04 | 0.18 |
| HSL | 177.34º | 0.94% | 0.42% | - |
| HSV(B) | 177.34º | 0.97% | 0.82% | - |
| XYZ | 33.3 | 49.81 | 62.5 | - |
| YUV | 147.28 | 157.75 | 27.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 209 | 200 | 0.97 | 0 | 0.04 | 0.18 | 177.34 | 0.94 | 0.42 |
| Hex | 6 | D1 | C8 | 61 | 0 | 4 | 12 | B1 | 5E | 2A |
| Octal | 6 | 321 | 310 | 141 | 0 | 4 | 22 | 261 | 136 | 52 |
| Binary | 110 | 11010001 | 11001000 | 1100001 | 0 | 100 | 10010 | 10110001 | 1011110 | 101010 |
Color Harmonies of #06D1C8
Complementary color
Monochromatic Colors of #06D1C8
Black with #06D1C8
Text Example
Text Example
White with #06D1C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06D1C8; }
p { color: rgb(6,209,200); }
H1.HeaderClassName
{
color: #06D1C8;
}
.AnyTagClassName
{
color: #06D1C8;
}
</style>
background-color css
<style>
a { background-color: #06D1C8; }
a { background-color: rgb(6,209,200); }
div.DivClassName
{
background-color: #06D1C8;
}
.BgClassName
{
background-color: #06D1C8;
}
</style>
border-color css
<style>
span { border-color: #06D1C8; }
span { border-color: rgb(6,209,200); }
td.TdClassName
{
border-color: #06D1C8;
}
.TagClassName
{
border-color: #06D1C8;
}
</style>