Shades of Robin's Egg Blue #1CC8C6
Tints of Robin's Egg Blue #1CC8C6
RGB
CMYK
RGB Variations
Color information
#1CC8C6 (or 0x1CC8C6) is known color: Robin's Egg Blue. HEX triplet: 1C, C8 and C6. RGB value is (28,200,198). Sum of RGB (Red+Green+Blue) = 28+200+198=426 (56% of max value = 765). Red value is 28 (11.33% from 255 or 6.57% from 426); Green value is 200 (78.52% from 255 or 46.95% from 426); Blue value is 198 (77.73% from 255 or 46.48% from 426); Max value from RGB is 200 - color contains mainly: green. Hex color #1CC8C6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CC8C6 is #E33739. Grayscale: #949494. Windows color (decimal): -14890810 or 13027356. OLE color: 13027356.
HSL color Cylindrical-coordinate representation of color #1CC8C6: hue angle of 179.3º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1CC8C6 is Cyan = 0.86, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 28 | 200 | 198 | - |
| CMYK | 0.86 | 0 | 0.01 | 0.22 |
| HSL | 179.3º | 0.75% | 0.45% | - |
| HSV(B) | 179.3º | 0.86% | 0.78% | - |
| XYZ | 31.33 | 45.63 | 60.58 | - |
| YUV | 148.34 | 156.02 | 42.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 200 | 198 | 0.86 | 0 | 0.01 | 0.22 | 179.3 | 0.75 | 0.45 |
| Hex | 1C | C8 | C6 | 56 | 0 | 1 | 16 | B3 | 4B | 2D |
| Octal | 34 | 310 | 306 | 126 | 0 | 1 | 26 | 263 | 113 | 55 |
| Binary | 11100 | 11001000 | 11000110 | 1010110 | 0 | 1 | 10110 | 10110011 | 1001011 | 101101 |
Color Harmonies of #1CC8C6
Complementary color
Monochromatic Colors of #1CC8C6
Black with #1CC8C6
Text Example
Text Example
White with #1CC8C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CC8C6; }
p { color: rgb(28,200,198); }
H1.HeaderClassName
{
color: #1CC8C6;
}
.AnyTagClassName
{
color: #1CC8C6;
}
</style>
background-color css
<style>
a { background-color: #1CC8C6; }
a { background-color: rgb(28,200,198); }
div.DivClassName
{
background-color: #1CC8C6;
}
.BgClassName
{
background-color: #1CC8C6;
}
</style>
border-color css
<style>
span { border-color: #1CC8C6; }
span { border-color: rgb(28,200,198); }
td.TdClassName
{
border-color: #1CC8C6;
}
.TagClassName
{
border-color: #1CC8C6;
}
</style>