Shades of Robin's Egg Blue #10D1CD
Tints of Robin's Egg Blue #10D1CD
RGB
CMYK
RGB Variations
Color information
#10D1CD (or 0x10D1CD) is known color: Robin's Egg Blue. HEX triplet: 10, D1 and CD. RGB value is (16,209,205). Sum of RGB (Red+Green+Blue) = 16+209+205=430 (56% of max value = 765). Red value is 16 (6.64% from 255 or 3.72% from 430); Green value is 209 (82.03% from 255 or 48.60% from 430); Blue value is 205 (80.47% from 255 or 47.67% from 430); Max value from RGB is 209 - color contains mainly: green. Hex color #10D1CD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10D1CD is #EF2E32. Grayscale: #969696. Windows color (decimal): -15674931 or 13488400. OLE color: 13488400.
HSL color Cylindrical-coordinate representation of color #10D1CD: hue angle of 178.76º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10D1CD is Cyan = 0.92, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 16 | 209 | 205 | - |
| CMYK | 0.92 | 0 | 0.02 | 0.18 |
| HSL | 178.76º | 0.86% | 0.44% | - |
| HSV(B) | 178.76º | 0.92% | 0.82% | - |
| XYZ | 34.03 | 50.12 | 65.64 | - |
| YUV | 150.84 | 158.56 | 31.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 209 | 205 | 0.92 | 0 | 0.02 | 0.18 | 178.76 | 0.86 | 0.44 |
| Hex | 10 | D1 | CD | 5C | 0 | 2 | 12 | B3 | 56 | 2C |
| Octal | 20 | 321 | 315 | 134 | 0 | 2 | 22 | 263 | 126 | 54 |
| Binary | 10000 | 11010001 | 11001101 | 1011100 | 0 | 10 | 10010 | 10110011 | 1010110 | 101100 |
Color Harmonies of #10D1CD
Complementary color
Monochromatic Colors of #10D1CD
Black with #10D1CD
Text Example
Text Example
White with #10D1CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10D1CD; }
p { color: rgb(16,209,205); }
H1.HeaderClassName
{
color: #10D1CD;
}
.AnyTagClassName
{
color: #10D1CD;
}
</style>
background-color css
<style>
a { background-color: #10D1CD; }
a { background-color: rgb(16,209,205); }
div.DivClassName
{
background-color: #10D1CD;
}
.BgClassName
{
background-color: #10D1CD;
}
</style>
border-color css
<style>
span { border-color: #10D1CD; }
span { border-color: rgb(16,209,205); }
td.TdClassName
{
border-color: #10D1CD;
}
.TagClassName
{
border-color: #10D1CD;
}
</style>