Shades of Robin's Egg Blue #1CDCC1
Tints of Robin's Egg Blue #1CDCC1
RGB
CMYK
RGB Variations
Color information
#1CDCC1 (or 0x1CDCC1) is known color: Robin's Egg Blue. HEX triplet: 1C, DC and C1. RGB value is (28,220,193). Sum of RGB (Red+Green+Blue) = 28+220+193=441 (58% of max value = 765). Red value is 28 (11.33% from 255 or 6.35% from 441); Green value is 220 (86.33% from 255 or 49.89% from 441); Blue value is 193 (75.78% from 255 or 43.76% from 441); Max value from RGB is 220 - color contains mainly: green. Hex color #1CDCC1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CDCC1 is #E3233E. Grayscale: #9F9F9F. Windows color (decimal): -14885695 or 12704796. OLE color: 12704796.
HSL color Cylindrical-coordinate representation of color #1CDCC1: hue angle of 171.56º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1CDCC1 is Cyan = 0.87, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 28 | 220 | 193 | - |
| CMYK | 0.87 | 0 | 0.12 | 0.14 |
| HSL | 171.56º | 0.77% | 0.49% | - |
| HSV(B) | 171.56º | 0.87% | 0.86% | - |
| XYZ | 35.7 | 55.28 | 59.24 | - |
| YUV | 159.51 | 146.89 | 34.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 220 | 193 | 0.87 | 0 | 0.12 | 0.14 | 171.56 | 0.77 | 0.49 |
| Hex | 1C | DC | C1 | 57 | 0 | C | E | AC | 4D | 31 |
| Octal | 34 | 334 | 301 | 127 | 0 | 14 | 16 | 254 | 115 | 61 |
| Binary | 11100 | 11011100 | 11000001 | 1010111 | 0 | 1100 | 1110 | 10101100 | 1001101 | 110001 |
Color Harmonies of #1CDCC1
Complementary color
Monochromatic Colors of #1CDCC1
Black with #1CDCC1
Text Example
Text Example
White with #1CDCC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CDCC1; }
p { color: rgb(28,220,193); }
H1.HeaderClassName
{
color: #1CDCC1;
}
.AnyTagClassName
{
color: #1CDCC1;
}
</style>
background-color css
<style>
a { background-color: #1CDCC1; }
a { background-color: rgb(28,220,193); }
div.DivClassName
{
background-color: #1CDCC1;
}
.BgClassName
{
background-color: #1CDCC1;
}
</style>
border-color css
<style>
span { border-color: #1CDCC1; }
span { border-color: rgb(28,220,193); }
td.TdClassName
{
border-color: #1CDCC1;
}
.TagClassName
{
border-color: #1CDCC1;
}
</style>