Shades of Robin's Egg Blue #1CCACD
Tints of Robin's Egg Blue #1CCACD
RGB
CMYK
RGB Variations
Color information
#1CCACD (or 0x1CCACD) is known color: Robin's Egg Blue. HEX triplet: 1C, CA and CD. RGB value is (28,202,205). Sum of RGB (Red+Green+Blue) = 28+202+205=435 (57% of max value = 765). Red value is 28 (11.33% from 255 or 6.44% from 435); Green value is 202 (79.30% from 255 or 46.44% from 435); Blue value is 205 (80.47% from 255 or 47.13% from 435); Max value from RGB is 205 - color contains mainly: blue. Hex color #1CCACD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CCACD is #E33532. Grayscale: #969696. Windows color (decimal): -14890291 or 13486620. OLE color: 13486620.
HSL color Cylindrical-coordinate representation of color #1CCACD: hue angle of 181.02º 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 #1CCACD is Cyan = 0.86, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 28 | 202 | 205 | - |
| CMYK | 0.86 | 0.01 | 0 | 0.20 |
| HSL | 181.02º | 0.76% | 0.46% | - |
| HSV(B) | 181.02º | 0.86% | 0.8% | - |
| XYZ | 32.62 | 46.9 | 65.09 | - |
| YUV | 150.32 | 158.85 | 40.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 202 | 205 | 0.86 | 0.01 | 0 | 0.20 | 181.02 | 0.76 | 0.46 |
| Hex | 1C | CA | CD | 56 | 1 | 0 | 14 | B5 | 4C | 2E |
| Octal | 34 | 312 | 315 | 126 | 1 | 0 | 24 | 265 | 114 | 56 |
| Binary | 11100 | 11001010 | 11001101 | 1010110 | 1 | 0 | 10100 | 10110101 | 1001100 | 101110 |
Color Harmonies of #1CCACD
Complementary color
Monochromatic Colors of #1CCACD
Black with #1CCACD
Text Example
Text Example
White with #1CCACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CCACD; }
p { color: rgb(28,202,205); }
H1.HeaderClassName
{
color: #1CCACD;
}
.AnyTagClassName
{
color: #1CCACD;
}
</style>
background-color css
<style>
a { background-color: #1CCACD; }
a { background-color: rgb(28,202,205); }
div.DivClassName
{
background-color: #1CCACD;
}
.BgClassName
{
background-color: #1CCACD;
}
</style>
border-color css
<style>
span { border-color: #1CCACD; }
span { border-color: rgb(28,202,205); }
td.TdClassName
{
border-color: #1CCACD;
}
.TagClassName
{
border-color: #1CCACD;
}
</style>