Shades of Robin's Egg Blue #06CDC8
Tints of Robin's Egg Blue #06CDC8
RGB
CMYK
RGB Variations
Color information
#06CDC8 (or 0x06CDC8) is known color: Robin's Egg Blue. HEX triplet: 06, CD and C8. RGB value is (6,205,200). Sum of RGB (Red+Green+Blue) = 6+205+200=411 (54% of max value = 765). Red value is 6 (2.73% from 255 or 1.46% from 411); Green value is 205 (80.47% from 255 or 49.88% from 411); Blue value is 200 (78.52% from 255 or 48.66% from 411); Max value from RGB is 205 - color contains mainly: green. Hex color #06CDC8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #06CDC8 is #F93237. Grayscale: #909090. Windows color (decimal): -16331320 or 13159686. OLE color: 13159686.
HSL color Cylindrical-coordinate representation of color #06CDC8: hue angle of 178.49º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06CDC8 is Cyan = 0.97, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 6 | 205 | 200 | - |
| CMYK | 0.97 | 0 | 0.02 | 0.20 |
| HSL | 178.49º | 0.94% | 0.41% | - |
| HSV(B) | 178.49º | 0.97% | 0.8% | - |
| XYZ | 32.33 | 47.87 | 62.18 | - |
| YUV | 144.93 | 159.07 | 28.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 205 | 200 | 0.97 | 0 | 0.02 | 0.20 | 178.49 | 0.94 | 0.41 |
| Hex | 6 | CD | C8 | 61 | 0 | 2 | 14 | B2 | 5E | 29 |
| Octal | 6 | 315 | 310 | 141 | 0 | 2 | 24 | 262 | 136 | 51 |
| Binary | 110 | 11001101 | 11001000 | 1100001 | 0 | 10 | 10100 | 10110010 | 1011110 | 101001 |
Color Harmonies of #06CDC8
Complementary color
Monochromatic Colors of #06CDC8
Black with #06CDC8
Text Example
Text Example
White with #06CDC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06CDC8; }
p { color: rgb(6,205,200); }
H1.HeaderClassName
{
color: #06CDC8;
}
.AnyTagClassName
{
color: #06CDC8;
}
</style>
background-color css
<style>
a { background-color: #06CDC8; }
a { background-color: rgb(6,205,200); }
div.DivClassName
{
background-color: #06CDC8;
}
.BgClassName
{
background-color: #06CDC8;
}
</style>
border-color css
<style>
span { border-color: #06CDC8; }
span { border-color: rgb(6,205,200); }
td.TdClassName
{
border-color: #06CDC8;
}
.TagClassName
{
border-color: #06CDC8;
}
</style>