Shades of Robin's Egg Blue #10D5CA
Tints of Robin's Egg Blue #10D5CA
RGB
CMYK
RGB Variations
Color information
#10D5CA (or 0x10D5CA) is known color: Robin's Egg Blue. HEX triplet: 10, D5 and CA. RGB value is (16,213,202). Sum of RGB (Red+Green+Blue) = 16+213+202=431 (57% of max value = 765). Red value is 16 (6.64% from 255 or 3.71% from 431); Green value is 213 (83.59% from 255 or 49.42% from 431); Blue value is 202 (79.30% from 255 or 46.87% from 431); Max value from RGB is 213 - color contains mainly: green. Hex color #10D5CA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10D5CA is #EF2A35. Grayscale: #989898. Windows color (decimal): -15673910 or 13292816. OLE color: 13292816.
HSL color Cylindrical-coordinate representation of color #10D5CA: hue angle of 176.65º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10D5CA is Cyan = 0.92, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 16 | 213 | 202 | - |
| CMYK | 0.92 | 0 | 0.05 | 0.16 |
| HSL | 176.65º | 0.86% | 0.45% | - |
| HSV(B) | 176.65º | 0.92% | 0.84% | - |
| XYZ | 34.67 | 51.96 | 64.08 | - |
| YUV | 152.84 | 155.73 | 30.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 213 | 202 | 0.92 | 0 | 0.05 | 0.16 | 176.65 | 0.86 | 0.45 |
| Hex | 10 | D5 | CA | 5C | 0 | 5 | 10 | B1 | 56 | 2D |
| Octal | 20 | 325 | 312 | 134 | 0 | 5 | 20 | 261 | 126 | 55 |
| Binary | 10000 | 11010101 | 11001010 | 1011100 | 0 | 101 | 10000 | 10110001 | 1010110 | 101101 |
Color Harmonies of #10D5CA
Complementary color
Monochromatic Colors of #10D5CA
Black with #10D5CA
Text Example
Text Example
White with #10D5CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10D5CA; }
p { color: rgb(16,213,202); }
H1.HeaderClassName
{
color: #10D5CA;
}
.AnyTagClassName
{
color: #10D5CA;
}
</style>
background-color css
<style>
a { background-color: #10D5CA; }
a { background-color: rgb(16,213,202); }
div.DivClassName
{
background-color: #10D5CA;
}
.BgClassName
{
background-color: #10D5CA;
}
</style>
border-color css
<style>
span { border-color: #10D5CA; }
span { border-color: rgb(16,213,202); }
td.TdClassName
{
border-color: #10D5CA;
}
.TagClassName
{
border-color: #10D5CA;
}
</style>