Shades of Robin's Egg Blue #1CDCBC
Tints of Robin's Egg Blue #1CDCBC
RGB
CMYK
RGB Variations
Color information
#1CDCBC (or 0x1CDCBC) is known color: Robin's Egg Blue. HEX triplet: 1C, DC and BC. RGB value is (28,220,188). Sum of RGB (Red+Green+Blue) = 28+220+188=436 (57% of max value = 765). Red value is 28 (11.33% from 255 or 6.42% from 436); Green value is 220 (86.33% from 255 or 50.46% from 436); Blue value is 188 (73.83% from 255 or 43.12% from 436); Max value from RGB is 220 - color contains mainly: green. Hex color #1CDCBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CDCBC is #E32343. Grayscale: #9E9E9E. Windows color (decimal): -14885700 or 12377116. OLE color: 12377116.
HSL color Cylindrical-coordinate representation of color #1CDCBC: hue angle of 170º 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 #1CDCBC is Cyan = 0.87, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 28 | 220 | 188 | - |
| CMYK | 0.87 | 0 | 0.15 | 0.14 |
| HSL | 170º | 0.77% | 0.49% | - |
| HSV(B) | 170º | 0.87% | 0.86% | - |
| XYZ | 35.15 | 55.06 | 56.35 | - |
| YUV | 158.94 | 144.39 | 34.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 220 | 188 | 0.87 | 0 | 0.15 | 0.14 | 170 | 0.77 | 0.49 |
| Hex | 1C | DC | BC | 57 | 0 | F | E | AA | 4D | 31 |
| Octal | 34 | 334 | 274 | 127 | 0 | 17 | 16 | 252 | 115 | 61 |
| Binary | 11100 | 11011100 | 10111100 | 1010111 | 0 | 1111 | 1110 | 10101010 | 1001101 | 110001 |
Color Harmonies of #1CDCBC
Complementary color
Monochromatic Colors of #1CDCBC
Black with #1CDCBC
Text Example
Text Example
White with #1CDCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CDCBC; }
p { color: rgb(28,220,188); }
H1.HeaderClassName
{
color: #1CDCBC;
}
.AnyTagClassName
{
color: #1CDCBC;
}
</style>
background-color css
<style>
a { background-color: #1CDCBC; }
a { background-color: rgb(28,220,188); }
div.DivClassName
{
background-color: #1CDCBC;
}
.BgClassName
{
background-color: #1CDCBC;
}
</style>
border-color css
<style>
span { border-color: #1CDCBC; }
span { border-color: rgb(28,220,188); }
td.TdClassName
{
border-color: #1CDCBC;
}
.TagClassName
{
border-color: #1CDCBC;
}
</style>