Shades of Robin's Egg Blue #10D8BC
Tints of Robin's Egg Blue #10D8BC
RGB
CMYK
RGB Variations
Color information
#10D8BC (or 0x10D8BC) is known color: Robin's Egg Blue. HEX triplet: 10, D8 and BC. RGB value is (16,216,188). Sum of RGB (Red+Green+Blue) = 16+216+188=420 (55% of max value = 765). Red value is 16 (6.64% from 255 or 3.81% from 420); Green value is 216 (84.77% from 255 or 51.43% from 420); Blue value is 188 (73.83% from 255 or 44.76% from 420); Max value from RGB is 216 - color contains mainly: green. Hex color #10D8BC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10D8BC is #EF2743. Grayscale: #989898. Windows color (decimal): -15673156 or 12376080. OLE color: 12376080.
HSL color Cylindrical-coordinate representation of color #10D8BC: hue angle of 171.6º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10D8BC is Cyan = 0.93, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 16 | 216 | 188 | - |
| CMYK | 0.93 | 0 | 0.13 | 0.15 |
| HSL | 171.6º | 0.86% | 0.45% | - |
| HSV(B) | 171.6º | 0.93% | 0.85% | - |
| XYZ | 33.85 | 52.85 | 55.99 | - |
| YUV | 153.01 | 147.74 | 30.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 216 | 188 | 0.93 | 0 | 0.13 | 0.15 | 171.6 | 0.86 | 0.45 |
| Hex | 10 | D8 | BC | 5D | 0 | D | F | AC | 56 | 2D |
| Octal | 20 | 330 | 274 | 135 | 0 | 15 | 17 | 254 | 126 | 55 |
| Binary | 10000 | 11011000 | 10111100 | 1011101 | 0 | 1101 | 1111 | 10101100 | 1010110 | 101101 |
Color Harmonies of #10D8BC
Complementary color
Monochromatic Colors of #10D8BC
Black with #10D8BC
Text Example
Text Example
White with #10D8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10D8BC; }
p { color: rgb(16,216,188); }
H1.HeaderClassName
{
color: #10D8BC;
}
.AnyTagClassName
{
color: #10D8BC;
}
</style>
background-color css
<style>
a { background-color: #10D8BC; }
a { background-color: rgb(16,216,188); }
div.DivClassName
{
background-color: #10D8BC;
}
.BgClassName
{
background-color: #10D8BC;
}
</style>
border-color css
<style>
span { border-color: #10D8BC; }
span { border-color: rgb(16,216,188); }
td.TdClassName
{
border-color: #10D8BC;
}
.TagClassName
{
border-color: #10D8BC;
}
</style>