Shades of Robin's Egg Blue #10D6C7
Tints of Robin's Egg Blue #10D6C7
RGB
CMYK
RGB Variations
Color information
#10D6C7 (or 0x10D6C7) is known color: Robin's Egg Blue. HEX triplet: 10, D6 and C7. RGB value is (16,214,199). Sum of RGB (Red+Green+Blue) = 16+214+199=429 (56% of max value = 765). Red value is 16 (6.64% from 255 or 3.73% from 429); Green value is 214 (83.98% from 255 or 49.88% from 429); Blue value is 199 (78.12% from 255 or 46.39% from 429); Max value from RGB is 214 - color contains mainly: green. Hex color #10D6C7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10D6C7 is #EF2938. Grayscale: #989898. Windows color (decimal): -15673657 or 13096464. OLE color: 13096464.
HSL color Cylindrical-coordinate representation of color #10D6C7: hue angle of 175.45º 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 #10D6C7 is Cyan = 0.93, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 16 | 214 | 199 | - |
| CMYK | 0.93 | 0 | 0.07 | 0.16 |
| HSL | 175.45º | 0.86% | 0.45% | - |
| HSV(B) | 175.45º | 0.93% | 0.84% | - |
| XYZ | 34.57 | 52.33 | 62.31 | - |
| YUV | 153.09 | 153.9 | 30.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 214 | 199 | 0.93 | 0 | 0.07 | 0.16 | 175.45 | 0.86 | 0.45 |
| Hex | 10 | D6 | C7 | 5D | 0 | 7 | 10 | AF | 56 | 2D |
| Octal | 20 | 326 | 307 | 135 | 0 | 7 | 20 | 257 | 126 | 55 |
| Binary | 10000 | 11010110 | 11000111 | 1011101 | 0 | 111 | 10000 | 10101111 | 1010110 | 101101 |
Color Harmonies of #10D6C7
Complementary color
Monochromatic Colors of #10D6C7
Black with #10D6C7
Text Example
Text Example
White with #10D6C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10D6C7; }
p { color: rgb(16,214,199); }
H1.HeaderClassName
{
color: #10D6C7;
}
.AnyTagClassName
{
color: #10D6C7;
}
</style>
background-color css
<style>
a { background-color: #10D6C7; }
a { background-color: rgb(16,214,199); }
div.DivClassName
{
background-color: #10D6C7;
}
.BgClassName
{
background-color: #10D6C7;
}
</style>
border-color css
<style>
span { border-color: #10D6C7; }
span { border-color: rgb(16,214,199); }
td.TdClassName
{
border-color: #10D6C7;
}
.TagClassName
{
border-color: #10D6C7;
}
</style>