Shades of Robin's Egg Blue #1CCDC0
Tints of Robin's Egg Blue #1CCDC0
RGB
CMYK
RGB Variations
Color information
#1CCDC0 (or 0x1CCDC0) is known color: Robin's Egg Blue. HEX triplet: 1C, CD and C0. RGB value is (28,205,192). Sum of RGB (Red+Green+Blue) = 28+205+192=425 (56% of max value = 765). Red value is 28 (11.33% from 255 or 6.59% from 425); Green value is 205 (80.47% from 255 or 48.24% from 425); Blue value is 192 (75.39% from 255 or 45.18% from 425); Max value from RGB is 205 - color contains mainly: green. Hex color #1CCDC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CCDC0 is #E3323F. Grayscale: #969696. Windows color (decimal): -14889536 or 12635420. OLE color: 12635420.
HSL color Cylindrical-coordinate representation of color #1CCDC0: hue angle of 175.59º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1CCDC0 is Cyan = 0.86, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 28 | 205 | 192 | - |
| CMYK | 0.86 | 0 | 0.06 | 0.20 |
| HSL | 175.59º | 0.76% | 0.46% | - |
| HSV(B) | 175.59º | 0.86% | 0.8% | - |
| XYZ | 31.82 | 47.72 | 57.4 | - |
| YUV | 150.6 | 151.36 | 40.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 205 | 192 | 0.86 | 0 | 0.06 | 0.20 | 175.59 | 0.76 | 0.46 |
| Hex | 1C | CD | C0 | 56 | 0 | 6 | 14 | B0 | 4C | 2E |
| Octal | 34 | 315 | 300 | 126 | 0 | 6 | 24 | 260 | 114 | 56 |
| Binary | 11100 | 11001101 | 11000000 | 1010110 | 0 | 110 | 10100 | 10110000 | 1001100 | 101110 |
Color Harmonies of #1CCDC0
Complementary color
Monochromatic Colors of #1CCDC0
Black with #1CCDC0
Text Example
Text Example
White with #1CCDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CCDC0; }
p { color: rgb(28,205,192); }
H1.HeaderClassName
{
color: #1CCDC0;
}
.AnyTagClassName
{
color: #1CCDC0;
}
</style>
background-color css
<style>
a { background-color: #1CCDC0; }
a { background-color: rgb(28,205,192); }
div.DivClassName
{
background-color: #1CCDC0;
}
.BgClassName
{
background-color: #1CCDC0;
}
</style>
border-color css
<style>
span { border-color: #1CCDC0; }
span { border-color: rgb(28,205,192); }
td.TdClassName
{
border-color: #1CCDC0;
}
.TagClassName
{
border-color: #1CCDC0;
}
</style>