Shades of Robin's Egg Blue #10CDC3
Tints of Robin's Egg Blue #10CDC3
RGB
CMYK
RGB Variations
Color information
#10CDC3 (or 0x10CDC3) is known color: Robin's Egg Blue. HEX triplet: 10, CD and C3. RGB value is (16,205,195). Sum of RGB (Red+Green+Blue) = 16+205+195=416 (55% of max value = 765). Red value is 16 (6.64% from 255 or 3.85% from 416); Green value is 205 (80.47% from 255 or 49.28% from 416); Blue value is 195 (76.56% from 255 or 46.88% from 416); Max value from RGB is 205 - color contains mainly: green. Hex color #10CDC3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10CDC3 is #EF323C. Grayscale: #939393. Windows color (decimal): -15675965 or 12832016. OLE color: 12832016.
HSL color Cylindrical-coordinate representation of color #10CDC3: hue angle of 176.83º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10CDC3 is Cyan = 0.92, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 16 | 205 | 195 | - |
| CMYK | 0.92 | 0 | 0.05 | 0.20 |
| HSL | 176.83º | 0.86% | 0.43% | - |
| HSV(B) | 176.83º | 0.92% | 0.8% | - |
| XYZ | 31.9 | 47.71 | 59.16 | - |
| YUV | 147.35 | 154.88 | 34.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 205 | 195 | 0.92 | 0 | 0.05 | 0.20 | 176.83 | 0.86 | 0.43 |
| Hex | 10 | CD | C3 | 5C | 0 | 5 | 14 | B1 | 56 | 2B |
| Octal | 20 | 315 | 303 | 134 | 0 | 5 | 24 | 261 | 126 | 53 |
| Binary | 10000 | 11001101 | 11000011 | 1011100 | 0 | 101 | 10100 | 10110001 | 1010110 | 101011 |
Color Harmonies of #10CDC3
Complementary color
Monochromatic Colors of #10CDC3
Black with #10CDC3
Text Example
Text Example
White with #10CDC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10CDC3; }
p { color: rgb(16,205,195); }
H1.HeaderClassName
{
color: #10CDC3;
}
.AnyTagClassName
{
color: #10CDC3;
}
</style>
background-color css
<style>
a { background-color: #10CDC3; }
a { background-color: rgb(16,205,195); }
div.DivClassName
{
background-color: #10CDC3;
}
.BgClassName
{
background-color: #10CDC3;
}
</style>
border-color css
<style>
span { border-color: #10CDC3; }
span { border-color: rgb(16,205,195); }
td.TdClassName
{
border-color: #10CDC3;
}
.TagClassName
{
border-color: #10CDC3;
}
</style>