Shades of Robin's Egg Blue #10D6C1
Tints of Robin's Egg Blue #10D6C1
RGB
CMYK
RGB Variations
Color information
#10D6C1 (or 0x10D6C1) is known color: Robin's Egg Blue. HEX triplet: 10, D6 and C1. RGB value is (16,214,193). Sum of RGB (Red+Green+Blue) = 16+214+193=423 (56% of max value = 765). Red value is 16 (6.64% from 255 or 3.78% from 423); Green value is 214 (83.98% from 255 or 50.59% from 423); Blue value is 193 (75.78% from 255 or 45.63% from 423); Max value from RGB is 214 - color contains mainly: green. Hex color #10D6C1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10D6C1 is #EF293E. Grayscale: #989898. Windows color (decimal): -15673663 or 12703248. OLE color: 12703248.
HSL color Cylindrical-coordinate representation of color #10D6C1: hue angle of 173.64º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10D6C1 is Cyan = 0.93, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 16 | 214 | 193 | - |
| CMYK | 0.93 | 0 | 0.10 | 0.16 |
| HSL | 173.64º | 0.86% | 0.45% | - |
| HSV(B) | 173.64º | 0.93% | 0.84% | - |
| XYZ | 33.89 | 52.05 | 58.71 | - |
| YUV | 152.4 | 150.9 | 30.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 214 | 193 | 0.93 | 0 | 0.10 | 0.16 | 173.64 | 0.86 | 0.45 |
| Hex | 10 | D6 | C1 | 5D | 0 | A | 10 | AE | 56 | 2D |
| Octal | 20 | 326 | 301 | 135 | 0 | 12 | 20 | 256 | 126 | 55 |
| Binary | 10000 | 11010110 | 11000001 | 1011101 | 0 | 1010 | 10000 | 10101110 | 1010110 | 101101 |
Color Harmonies of #10D6C1
Complementary color
Monochromatic Colors of #10D6C1
Black with #10D6C1
Text Example
Text Example
White with #10D6C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10D6C1; }
p { color: rgb(16,214,193); }
H1.HeaderClassName
{
color: #10D6C1;
}
.AnyTagClassName
{
color: #10D6C1;
}
</style>
background-color css
<style>
a { background-color: #10D6C1; }
a { background-color: rgb(16,214,193); }
div.DivClassName
{
background-color: #10D6C1;
}
.BgClassName
{
background-color: #10D6C1;
}
</style>
border-color css
<style>
span { border-color: #10D6C1; }
span { border-color: rgb(16,214,193); }
td.TdClassName
{
border-color: #10D6C1;
}
.TagClassName
{
border-color: #10D6C1;
}
</style>