Shades of Robin's Egg Blue #10DCC1
Tints of Robin's Egg Blue #10DCC1
RGB
CMYK
RGB Variations
Color information
#10DCC1 (or 0x10DCC1) is known color: Robin's Egg Blue. HEX triplet: 10, DC and C1. RGB value is (16,220,193). Sum of RGB (Red+Green+Blue) = 16+220+193=429 (56% of max value = 765). Red value is 16 (6.64% from 255 or 3.73% from 429); Green value is 220 (86.33% from 255 or 51.28% from 429); Blue value is 193 (75.78% from 255 or 44.99% from 429); Max value from RGB is 220 - color contains mainly: green. Hex color #10DCC1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10DCC1 is #EF233E. Grayscale: #9B9B9B. Windows color (decimal): -15672127 or 12704784. OLE color: 12704784.
HSL color Cylindrical-coordinate representation of color #10DCC1: hue angle of 172.06º 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 #10DCC1 is Cyan = 0.93, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 16 | 220 | 193 | - |
| CMYK | 0.93 | 0 | 0.12 | 0.14 |
| HSL | 172.06º | 0.86% | 0.46% | - |
| HSV(B) | 172.06º | 0.93% | 0.86% | - |
| XYZ | 35.43 | 55.15 | 59.23 | - |
| YUV | 155.93 | 148.91 | 28.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 220 | 193 | 0.93 | 0 | 0.12 | 0.14 | 172.06 | 0.86 | 0.46 |
| Hex | 10 | DC | C1 | 5D | 0 | C | E | AC | 56 | 2E |
| Octal | 20 | 334 | 301 | 135 | 0 | 14 | 16 | 254 | 126 | 56 |
| Binary | 10000 | 11011100 | 11000001 | 1011101 | 0 | 1100 | 1110 | 10101100 | 1010110 | 101110 |
Color Harmonies of #10DCC1
Complementary color
Monochromatic Colors of #10DCC1
Black with #10DCC1
Text Example
Text Example
White with #10DCC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10DCC1; }
p { color: rgb(16,220,193); }
H1.HeaderClassName
{
color: #10DCC1;
}
.AnyTagClassName
{
color: #10DCC1;
}
</style>
background-color css
<style>
a { background-color: #10DCC1; }
a { background-color: rgb(16,220,193); }
div.DivClassName
{
background-color: #10DCC1;
}
.BgClassName
{
background-color: #10DCC1;
}
</style>
border-color css
<style>
span { border-color: #10DCC1; }
span { border-color: rgb(16,220,193); }
td.TdClassName
{
border-color: #10DCC1;
}
.TagClassName
{
border-color: #10DCC1;
}
</style>