Shades of Robin's Egg Blue #10D5BC
Tints of Robin's Egg Blue #10D5BC
RGB
CMYK
RGB Variations
Color information
#10D5BC (or 0x10D5BC) is known color: Robin's Egg Blue. HEX triplet: 10, D5 and BC. RGB value is (16,213,188). Sum of RGB (Red+Green+Blue) = 16+213+188=417 (55% of max value = 765). Red value is 16 (6.64% from 255 or 3.84% from 417); Green value is 213 (83.59% from 255 or 51.08% from 417); Blue value is 188 (73.83% from 255 or 45.08% from 417); Max value from RGB is 213 - color contains mainly: green. Hex color #10D5BC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10D5BC is #EF2A43. Grayscale: #979797. Windows color (decimal): -15673924 or 12375312. OLE color: 12375312.
HSL color Cylindrical-coordinate representation of color #10D5BC: hue angle of 172.39º 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 #10D5BC is Cyan = 0.92, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 16 | 213 | 188 | - |
| CMYK | 0.92 | 0 | 0.12 | 0.16 |
| HSL | 172.39º | 0.86% | 0.45% | - |
| HSV(B) | 172.39º | 0.92% | 0.84% | - |
| XYZ | 33.09 | 51.33 | 55.74 | - |
| YUV | 151.25 | 148.73 | 31.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 213 | 188 | 0.92 | 0 | 0.12 | 0.16 | 172.39 | 0.86 | 0.45 |
| Hex | 10 | D5 | BC | 5C | 0 | C | 10 | AC | 56 | 2D |
| Octal | 20 | 325 | 274 | 134 | 0 | 14 | 20 | 254 | 126 | 55 |
| Binary | 10000 | 11010101 | 10111100 | 1011100 | 0 | 1100 | 10000 | 10101100 | 1010110 | 101101 |
Color Harmonies of #10D5BC
Complementary color
Monochromatic Colors of #10D5BC
Black with #10D5BC
Text Example
Text Example
White with #10D5BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10D5BC; }
p { color: rgb(16,213,188); }
H1.HeaderClassName
{
color: #10D5BC;
}
.AnyTagClassName
{
color: #10D5BC;
}
</style>
background-color css
<style>
a { background-color: #10D5BC; }
a { background-color: rgb(16,213,188); }
div.DivClassName
{
background-color: #10D5BC;
}
.BgClassName
{
background-color: #10D5BC;
}
</style>
border-color css
<style>
span { border-color: #10D5BC; }
span { border-color: rgb(16,213,188); }
td.TdClassName
{
border-color: #10D5BC;
}
.TagClassName
{
border-color: #10D5BC;
}
</style>