Shades of Robin's Egg Blue #1CDCC4
Tints of Robin's Egg Blue #1CDCC4
RGB
CMYK
RGB Variations
Color information
#1CDCC4 (or 0x1CDCC4) is known color: Robin's Egg Blue. HEX triplet: 1C, DC and C4. RGB value is (28,220,196). Sum of RGB (Red+Green+Blue) = 28+220+196=444 (58% of max value = 765). Red value is 28 (11.33% from 255 or 6.31% from 444); Green value is 220 (86.33% from 255 or 49.55% from 444); Blue value is 196 (76.95% from 255 or 44.14% from 444); Max value from RGB is 220 - color contains mainly: green. Hex color #1CDCC4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CDCC4 is #E3233B. Grayscale: #9F9F9F. Windows color (decimal): -14885692 or 12901404. OLE color: 12901404.
HSL color Cylindrical-coordinate representation of color #1CDCC4: hue angle of 172.5º 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 #1CDCC4 is Cyan = 0.87, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 28 | 220 | 196 | - |
| CMYK | 0.87 | 0 | 0.11 | 0.14 |
| HSL | 172.5º | 0.77% | 0.49% | - |
| HSV(B) | 172.5º | 0.87% | 0.86% | - |
| XYZ | 36.04 | 55.42 | 61.02 | - |
| YUV | 159.86 | 148.39 | 33.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 220 | 196 | 0.87 | 0 | 0.11 | 0.14 | 172.5 | 0.77 | 0.49 |
| Hex | 1C | DC | C4 | 57 | 0 | B | E | AC | 4D | 31 |
| Octal | 34 | 334 | 304 | 127 | 0 | 13 | 16 | 254 | 115 | 61 |
| Binary | 11100 | 11011100 | 11000100 | 1010111 | 0 | 1011 | 1110 | 10101100 | 1001101 | 110001 |
Color Harmonies of #1CDCC4
Complementary color
Monochromatic Colors of #1CDCC4
Black with #1CDCC4
Text Example
Text Example
White with #1CDCC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CDCC4; }
p { color: rgb(28,220,196); }
H1.HeaderClassName
{
color: #1CDCC4;
}
.AnyTagClassName
{
color: #1CDCC4;
}
</style>
background-color css
<style>
a { background-color: #1CDCC4; }
a { background-color: rgb(28,220,196); }
div.DivClassName
{
background-color: #1CDCC4;
}
.BgClassName
{
background-color: #1CDCC4;
}
</style>
border-color css
<style>
span { border-color: #1CDCC4; }
span { border-color: rgb(28,220,196); }
td.TdClassName
{
border-color: #1CDCC4;
}
.TagClassName
{
border-color: #1CDCC4;
}
</style>