Shades of Robin's Egg Blue #10D3BD
Tints of Robin's Egg Blue #10D3BD
RGB
CMYK
RGB Variations
Color information
#10D3BD (or 0x10D3BD) is known color: Robin's Egg Blue. HEX triplet: 10, D3 and BD. RGB value is (16,211,189). Sum of RGB (Red+Green+Blue) = 16+211+189=416 (55% of max value = 765). Red value is 16 (6.64% from 255 or 3.85% from 416); Green value is 211 (82.81% from 255 or 50.72% from 416); Blue value is 189 (74.22% from 255 or 45.43% from 416); Max value from RGB is 211 - color contains mainly: green. Hex color #10D3BD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10D3BD is #EF2C42. Grayscale: #969696. Windows color (decimal): -15674435 or 12440336. OLE color: 12440336.
HSL color Cylindrical-coordinate representation of color #10D3BD: hue angle of 173.23º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10D3BD is Cyan = 0.92, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 16 | 211 | 189 | - |
| CMYK | 0.92 | 0 | 0.10 | 0.17 |
| HSL | 173.23º | 0.86% | 0.45% | - |
| HSV(B) | 173.23º | 0.92% | 0.83% | - |
| XYZ | 32.69 | 50.37 | 56.14 | - |
| YUV | 150.19 | 149.9 | 32.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 211 | 189 | 0.92 | 0 | 0.10 | 0.17 | 173.23 | 0.86 | 0.45 |
| Hex | 10 | D3 | BD | 5C | 0 | A | 11 | AD | 56 | 2D |
| Octal | 20 | 323 | 275 | 134 | 0 | 12 | 21 | 255 | 126 | 55 |
| Binary | 10000 | 11010011 | 10111101 | 1011100 | 0 | 1010 | 10001 | 10101101 | 1010110 | 101101 |
Color Harmonies of #10D3BD
Complementary color
Monochromatic Colors of #10D3BD
Black with #10D3BD
Text Example
Text Example
White with #10D3BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10D3BD; }
p { color: rgb(16,211,189); }
H1.HeaderClassName
{
color: #10D3BD;
}
.AnyTagClassName
{
color: #10D3BD;
}
</style>
background-color css
<style>
a { background-color: #10D3BD; }
a { background-color: rgb(16,211,189); }
div.DivClassName
{
background-color: #10D3BD;
}
.BgClassName
{
background-color: #10D3BD;
}
</style>
border-color css
<style>
span { border-color: #10D3BD; }
span { border-color: rgb(16,211,189); }
td.TdClassName
{
border-color: #10D3BD;
}
.TagClassName
{
border-color: #10D3BD;
}
</style>