Shades of Robin's Egg Blue #10DDBC
Tints of Robin's Egg Blue #10DDBC
RGB
CMYK
RGB Variations
Color information
#10DDBC (or 0x10DDBC) is known color: Robin's Egg Blue. HEX triplet: 10, DD and BC. RGB value is (16,221,188). Sum of RGB (Red+Green+Blue) = 16+221+188=425 (56% of max value = 765). Red value is 16 (6.64% from 255 or 3.76% from 425); Green value is 221 (86.72% from 255 or 52% from 425); Blue value is 188 (73.83% from 255 or 44.24% from 425); Max value from RGB is 221 - color contains mainly: green. Hex color #10DDBC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10DDBC is #EF2243. Grayscale: #9B9B9B. Windows color (decimal): -15671876 or 12377360. OLE color: 12377360.
HSL color Cylindrical-coordinate representation of color #10DDBC: hue angle of 170.34º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10DDBC is Cyan = 0.93, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 16 | 221 | 188 | - |
| CMYK | 0.93 | 0 | 0.15 | 0.13 |
| HSL | 170.34º | 0.86% | 0.46% | - |
| HSV(B) | 170.34º | 0.93% | 0.87% | - |
| XYZ | 35.15 | 55.45 | 56.43 | - |
| YUV | 155.94 | 146.08 | 28.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 221 | 188 | 0.93 | 0 | 0.15 | 0.13 | 170.34 | 0.86 | 0.46 |
| Hex | 10 | DD | BC | 5D | 0 | F | D | AA | 56 | 2E |
| Octal | 20 | 335 | 274 | 135 | 0 | 17 | 15 | 252 | 126 | 56 |
| Binary | 10000 | 11011101 | 10111100 | 1011101 | 0 | 1111 | 1101 | 10101010 | 1010110 | 101110 |
Color Harmonies of #10DDBC
Complementary color
Monochromatic Colors of #10DDBC
Black with #10DDBC
Text Example
Text Example
White with #10DDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10DDBC; }
p { color: rgb(16,221,188); }
H1.HeaderClassName
{
color: #10DDBC;
}
.AnyTagClassName
{
color: #10DDBC;
}
</style>
background-color css
<style>
a { background-color: #10DDBC; }
a { background-color: rgb(16,221,188); }
div.DivClassName
{
background-color: #10DDBC;
}
.BgClassName
{
background-color: #10DDBC;
}
</style>
border-color css
<style>
span { border-color: #10DDBC; }
span { border-color: rgb(16,221,188); }
td.TdClassName
{
border-color: #10DDBC;
}
.TagClassName
{
border-color: #10DDBC;
}
</style>