Shades of Robin's Egg Blue #1CCDCC
Tints of Robin's Egg Blue #1CCDCC
RGB
CMYK
RGB Variations
Color information
#1CCDCC (or 0x1CCDCC) is known color: Robin's Egg Blue. HEX triplet: 1C, CD and CC. RGB value is (28,205,204). Sum of RGB (Red+Green+Blue) = 28+205+204=437 (57% of max value = 765). Red value is 28 (11.33% from 255 or 6.41% from 437); Green value is 205 (80.47% from 255 or 46.91% from 437); Blue value is 204 (80.08% from 255 or 46.68% from 437); Max value from RGB is 205 - color contains mainly: green. Hex color #1CCDCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CCDCC is #E33233. Grayscale: #979797. Windows color (decimal): -14889524 or 13421852. OLE color: 13421852.
HSL color Cylindrical-coordinate representation of color #1CCDCC: hue angle of 179.66º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1CCDCC is Cyan = 0.86, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 28 | 205 | 204 | - |
| CMYK | 0.86 | 0 | 0.00 | 0.20 |
| HSL | 179.66º | 0.76% | 0.46% | - |
| HSV(B) | 179.66º | 0.86% | 0.8% | - |
| XYZ | 33.21 | 48.27 | 64.69 | - |
| YUV | 151.96 | 157.36 | 39.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 205 | 204 | 0.86 | 0 | 0.00 | 0.20 | 179.66 | 0.76 | 0.46 |
| Hex | 1C | CD | CC | 56 | 0 | 0 | 14 | B4 | 4C | 2E |
| Octal | 34 | 315 | 314 | 126 | 0 | 0 | 24 | 264 | 114 | 56 |
| Binary | 11100 | 11001101 | 11001100 | 1010110 | 0 | 0 | 10100 | 10110100 | 1001100 | 101110 |
Color Harmonies of #1CCDCC
Complementary color
Monochromatic Colors of #1CCDCC
Black with #1CCDCC
Text Example
Text Example
White with #1CCDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CCDCC; }
p { color: rgb(28,205,204); }
H1.HeaderClassName
{
color: #1CCDCC;
}
.AnyTagClassName
{
color: #1CCDCC;
}
</style>
background-color css
<style>
a { background-color: #1CCDCC; }
a { background-color: rgb(28,205,204); }
div.DivClassName
{
background-color: #1CCDCC;
}
.BgClassName
{
background-color: #1CCDCC;
}
</style>
border-color css
<style>
span { border-color: #1CCDCC; }
span { border-color: rgb(28,205,204); }
td.TdClassName
{
border-color: #1CCDCC;
}
.TagClassName
{
border-color: #1CCDCC;
}
</style>