Shades of Robin's Egg Blue #1CD2BC
Tints of Robin's Egg Blue #1CD2BC
RGB
CMYK
RGB Variations
Color information
#1CD2BC (or 0x1CD2BC) is known color: Robin's Egg Blue. HEX triplet: 1C, D2 and BC. RGB value is (28,210,188). Sum of RGB (Red+Green+Blue) = 28+210+188=426 (56% of max value = 765). Red value is 28 (11.33% from 255 or 6.57% from 426); Green value is 210 (82.42% from 255 or 49.30% from 426); Blue value is 188 (73.83% from 255 or 44.13% from 426); Max value from RGB is 210 - color contains mainly: green. Hex color #1CD2BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CD2BC is #E32D43. Grayscale: #989898. Windows color (decimal): -14888260 or 12374556. OLE color: 12374556.
HSL color Cylindrical-coordinate representation of color #1CD2BC: hue angle of 172.75º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1CD2BC is Cyan = 0.87, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 28 | 210 | 188 | - |
| CMYK | 0.87 | 0 | 0.10 | 0.18 |
| HSL | 172.75º | 0.76% | 0.47% | - |
| HSV(B) | 172.75º | 0.87% | 0.82% | - |
| XYZ | 32.6 | 49.97 | 55.5 | - |
| YUV | 153.07 | 147.7 | 38.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 210 | 188 | 0.87 | 0 | 0.10 | 0.18 | 172.75 | 0.76 | 0.47 |
| Hex | 1C | D2 | BC | 57 | 0 | A | 12 | AD | 4C | 2F |
| Octal | 34 | 322 | 274 | 127 | 0 | 12 | 22 | 255 | 114 | 57 |
| Binary | 11100 | 11010010 | 10111100 | 1010111 | 0 | 1010 | 10010 | 10101101 | 1001100 | 101111 |
Color Harmonies of #1CD2BC
Complementary color
Monochromatic Colors of #1CD2BC
Black with #1CD2BC
Text Example
Text Example
White with #1CD2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CD2BC; }
p { color: rgb(28,210,188); }
H1.HeaderClassName
{
color: #1CD2BC;
}
.AnyTagClassName
{
color: #1CD2BC;
}
</style>
background-color css
<style>
a { background-color: #1CD2BC; }
a { background-color: rgb(28,210,188); }
div.DivClassName
{
background-color: #1CD2BC;
}
.BgClassName
{
background-color: #1CD2BC;
}
</style>
border-color css
<style>
span { border-color: #1CD2BC; }
span { border-color: rgb(28,210,188); }
td.TdClassName
{
border-color: #1CD2BC;
}
.TagClassName
{
border-color: #1CD2BC;
}
</style>