Shades of Robin's Egg Blue #1CD1C2
Tints of Robin's Egg Blue #1CD1C2
RGB
CMYK
RGB Variations
Color information
#1CD1C2 (or 0x1CD1C2) is known color: Robin's Egg Blue. HEX triplet: 1C, D1 and C2. RGB value is (28,209,194). Sum of RGB (Red+Green+Blue) = 28+209+194=431 (57% of max value = 765). Red value is 28 (11.33% from 255 or 6.50% from 431); Green value is 209 (82.03% from 255 or 48.49% from 431); Blue value is 194 (76.17% from 255 or 45.01% from 431); Max value from RGB is 209 - color contains mainly: green. Hex color #1CD1C2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CD1C2 is #E32E3D. Grayscale: #999999. Windows color (decimal): -14888510 or 12767516. OLE color: 12767516.
HSL color Cylindrical-coordinate representation of color #1CD1C2: hue angle of 175.03º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1CD1C2 is Cyan = 0.87, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 28 | 209 | 194 | - |
| CMYK | 0.87 | 0 | 0.07 | 0.18 |
| HSL | 175.03º | 0.76% | 0.46% | - |
| HSV(B) | 175.03º | 0.87% | 0.82% | - |
| XYZ | 33.02 | 49.74 | 58.9 | - |
| YUV | 153.17 | 151.03 | 38.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 209 | 194 | 0.87 | 0 | 0.07 | 0.18 | 175.03 | 0.76 | 0.46 |
| Hex | 1C | D1 | C2 | 57 | 0 | 7 | 12 | AF | 4C | 2E |
| Octal | 34 | 321 | 302 | 127 | 0 | 7 | 22 | 257 | 114 | 56 |
| Binary | 11100 | 11010001 | 11000010 | 1010111 | 0 | 111 | 10010 | 10101111 | 1001100 | 101110 |
Color Harmonies of #1CD1C2
Complementary color
Monochromatic Colors of #1CD1C2
Black with #1CD1C2
Text Example
Text Example
White with #1CD1C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CD1C2; }
p { color: rgb(28,209,194); }
H1.HeaderClassName
{
color: #1CD1C2;
}
.AnyTagClassName
{
color: #1CD1C2;
}
</style>
background-color css
<style>
a { background-color: #1CD1C2; }
a { background-color: rgb(28,209,194); }
div.DivClassName
{
background-color: #1CD1C2;
}
.BgClassName
{
background-color: #1CD1C2;
}
</style>
border-color css
<style>
span { border-color: #1CD1C2; }
span { border-color: rgb(28,209,194); }
td.TdClassName
{
border-color: #1CD1C2;
}
.TagClassName
{
border-color: #1CD1C2;
}
</style>