Shades of Robin's Egg Blue #1CDCC0
Tints of Robin's Egg Blue #1CDCC0
RGB
CMYK
RGB Variations
Color information
#1CDCC0 (or 0x1CDCC0) is known color: Robin's Egg Blue. HEX triplet: 1C, DC and C0. RGB value is (28,220,192). Sum of RGB (Red+Green+Blue) = 28+220+192=440 (58% of max value = 765). Red value is 28 (11.33% from 255 or 6.36% from 440); Green value is 220 (86.33% from 255 or 50% from 440); Blue value is 192 (75.39% from 255 or 43.64% from 440); Max value from RGB is 220 - color contains mainly: green. Hex color #1CDCC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CDCC0 is #E3233F. Grayscale: #9F9F9F. Windows color (decimal): -14885696 or 12639260. OLE color: 12639260.
HSL color Cylindrical-coordinate representation of color #1CDCC0: hue angle of 171.25º 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 #1CDCC0 is Cyan = 0.87, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 28 | 220 | 192 | - |
| CMYK | 0.87 | 0 | 0.13 | 0.14 |
| HSL | 171.25º | 0.77% | 0.49% | - |
| HSV(B) | 171.25º | 0.87% | 0.86% | - |
| XYZ | 35.59 | 55.24 | 58.66 | - |
| YUV | 159.4 | 146.39 | 34.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 220 | 192 | 0.87 | 0 | 0.13 | 0.14 | 171.25 | 0.77 | 0.49 |
| Hex | 1C | DC | C0 | 57 | 0 | D | E | AB | 4D | 31 |
| Octal | 34 | 334 | 300 | 127 | 0 | 15 | 16 | 253 | 115 | 61 |
| Binary | 11100 | 11011100 | 11000000 | 1010111 | 0 | 1101 | 1110 | 10101011 | 1001101 | 110001 |
Color Harmonies of #1CDCC0
Complementary color
Monochromatic Colors of #1CDCC0
Black with #1CDCC0
Text Example
Text Example
White with #1CDCC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CDCC0; }
p { color: rgb(28,220,192); }
H1.HeaderClassName
{
color: #1CDCC0;
}
.AnyTagClassName
{
color: #1CDCC0;
}
</style>
background-color css
<style>
a { background-color: #1CDCC0; }
a { background-color: rgb(28,220,192); }
div.DivClassName
{
background-color: #1CDCC0;
}
.BgClassName
{
background-color: #1CDCC0;
}
</style>
border-color css
<style>
span { border-color: #1CDCC0; }
span { border-color: rgb(28,220,192); }
td.TdClassName
{
border-color: #1CDCC0;
}
.TagClassName
{
border-color: #1CDCC0;
}
</style>