Shades of Robin's Egg Blue #1CDBBC
Tints of Robin's Egg Blue #1CDBBC
RGB
CMYK
RGB Variations
Color information
#1CDBBC (or 0x1CDBBC) is known color: Robin's Egg Blue. HEX triplet: 1C, DB and BC. RGB value is (28,219,188). Sum of RGB (Red+Green+Blue) = 28+219+188=435 (57% of max value = 765). Red value is 28 (11.33% from 255 or 6.44% from 435); Green value is 219 (85.94% from 255 or 50.34% from 435); Blue value is 188 (73.83% from 255 or 43.22% from 435); Max value from RGB is 219 - color contains mainly: green. Hex color #1CDBBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CDBBC is #E32443. Grayscale: #9E9E9E. Windows color (decimal): -14885956 or 12376860. OLE color: 12376860.
HSL color Cylindrical-coordinate representation of color #1CDBBC: hue angle of 170.26º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1CDBBC is Cyan = 0.87, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 28 | 219 | 188 | - |
| CMYK | 0.87 | 0 | 0.14 | 0.14 |
| HSL | 170.26º | 0.77% | 0.48% | - |
| HSV(B) | 170.26º | 0.87% | 0.86% | - |
| XYZ | 34.89 | 54.54 | 56.27 | - |
| YUV | 158.36 | 144.72 | 35.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 219 | 188 | 0.87 | 0 | 0.14 | 0.14 | 170.26 | 0.77 | 0.48 |
| Hex | 1C | DB | BC | 57 | 0 | E | E | AA | 4D | 30 |
| Octal | 34 | 333 | 274 | 127 | 0 | 16 | 16 | 252 | 115 | 60 |
| Binary | 11100 | 11011011 | 10111100 | 1010111 | 0 | 1110 | 1110 | 10101010 | 1001101 | 110000 |
Color Harmonies of #1CDBBC
Complementary color
Monochromatic Colors of #1CDBBC
Black with #1CDBBC
Text Example
Text Example
White with #1CDBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CDBBC; }
p { color: rgb(28,219,188); }
H1.HeaderClassName
{
color: #1CDBBC;
}
.AnyTagClassName
{
color: #1CDBBC;
}
</style>
background-color css
<style>
a { background-color: #1CDBBC; }
a { background-color: rgb(28,219,188); }
div.DivClassName
{
background-color: #1CDBBC;
}
.BgClassName
{
background-color: #1CDBBC;
}
</style>
border-color css
<style>
span { border-color: #1CDBBC; }
span { border-color: rgb(28,219,188); }
td.TdClassName
{
border-color: #1CDBBC;
}
.TagClassName
{
border-color: #1CDBBC;
}
</style>