Shades of Robin's Egg Blue #10D7CB
Tints of Robin's Egg Blue #10D7CB
RGB
CMYK
RGB Variations
Color information
#10D7CB (or 0x10D7CB) is known color: Robin's Egg Blue. HEX triplet: 10, D7 and CB. RGB value is (16,215,203). Sum of RGB (Red+Green+Blue) = 16+215+203=434 (57% of max value = 765). Red value is 16 (6.64% from 255 or 3.69% from 434); Green value is 215 (84.38% from 255 or 49.54% from 434); Blue value is 203 (79.69% from 255 or 46.77% from 434); Max value from RGB is 215 - color contains mainly: green. Hex color #10D7CB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10D7CB is #EF2834. Grayscale: #999999. Windows color (decimal): -15673397 or 13358864. OLE color: 13358864.
HSL color Cylindrical-coordinate representation of color #10D7CB: hue angle of 176.38º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10D7CB is Cyan = 0.93, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 16 | 215 | 203 | - |
| CMYK | 0.93 | 0 | 0.06 | 0.16 |
| HSL | 176.38º | 0.86% | 0.45% | - |
| HSV(B) | 176.38º | 0.93% | 0.84% | - |
| XYZ | 35.29 | 53.02 | 64.87 | - |
| YUV | 154.13 | 155.57 | 29.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 215 | 203 | 0.93 | 0 | 0.06 | 0.16 | 176.38 | 0.86 | 0.45 |
| Hex | 10 | D7 | CB | 5D | 0 | 6 | 10 | B0 | 56 | 2D |
| Octal | 20 | 327 | 313 | 135 | 0 | 6 | 20 | 260 | 126 | 55 |
| Binary | 10000 | 11010111 | 11001011 | 1011101 | 0 | 110 | 10000 | 10110000 | 1010110 | 101101 |
Color Harmonies of #10D7CB
Complementary color
Monochromatic Colors of #10D7CB
Black with #10D7CB
Text Example
Text Example
White with #10D7CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10D7CB; }
p { color: rgb(16,215,203); }
H1.HeaderClassName
{
color: #10D7CB;
}
.AnyTagClassName
{
color: #10D7CB;
}
</style>
background-color css
<style>
a { background-color: #10D7CB; }
a { background-color: rgb(16,215,203); }
div.DivClassName
{
background-color: #10D7CB;
}
.BgClassName
{
background-color: #10D7CB;
}
</style>
border-color css
<style>
span { border-color: #10D7CB; }
span { border-color: rgb(16,215,203); }
td.TdClassName
{
border-color: #10D7CB;
}
.TagClassName
{
border-color: #10D7CB;
}
</style>