Shades of Robin's Egg Blue #10DCB7
Tints of Robin's Egg Blue #10DCB7
RGB
CMYK
RGB Variations
Color information
#10DCB7 (or 0x10DCB7) is known color: Robin's Egg Blue. HEX triplet: 10, DC and B7. RGB value is (16,220,183). Sum of RGB (Red+Green+Blue) = 16+220+183=419 (55% of max value = 765). Red value is 16 (6.64% from 255 or 3.82% from 419); Green value is 220 (86.33% from 255 or 52.51% from 419); Blue value is 183 (71.88% from 255 or 43.68% from 419); Max value from RGB is 220 - color contains mainly: green. Hex color #10DCB7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10DCB7 is #EF2348. Grayscale: #9A9A9A. Windows color (decimal): -15672137 or 12049424. OLE color: 12049424.
HSL color Cylindrical-coordinate representation of color #10DCB7: hue angle of 169.12º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10DCB7 is Cyan = 0.93, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 16 | 220 | 183 | - |
| CMYK | 0.93 | 0 | 0.17 | 0.14 |
| HSL | 169.12º | 0.86% | 0.46% | - |
| HSV(B) | 169.12º | 0.93% | 0.86% | - |
| XYZ | 34.35 | 54.72 | 53.55 | - |
| YUV | 154.79 | 143.91 | 29.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 220 | 183 | 0.93 | 0 | 0.17 | 0.14 | 169.12 | 0.86 | 0.46 |
| Hex | 10 | DC | B7 | 5D | 0 | 11 | E | A9 | 56 | 2E |
| Octal | 20 | 334 | 267 | 135 | 0 | 21 | 16 | 251 | 126 | 56 |
| Binary | 10000 | 11011100 | 10110111 | 1011101 | 0 | 10001 | 1110 | 10101001 | 1010110 | 101110 |
Color Harmonies of #10DCB7
Complementary color
Monochromatic Colors of #10DCB7
Black with #10DCB7
Text Example
Text Example
White with #10DCB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10DCB7; }
p { color: rgb(16,220,183); }
H1.HeaderClassName
{
color: #10DCB7;
}
.AnyTagClassName
{
color: #10DCB7;
}
</style>
background-color css
<style>
a { background-color: #10DCB7; }
a { background-color: rgb(16,220,183); }
div.DivClassName
{
background-color: #10DCB7;
}
.BgClassName
{
background-color: #10DCB7;
}
</style>
border-color css
<style>
span { border-color: #10DCB7; }
span { border-color: rgb(16,220,183); }
td.TdClassName
{
border-color: #10DCB7;
}
.TagClassName
{
border-color: #10DCB7;
}
</style>