Shades of Robin's Egg Blue #10DBBD
Tints of Robin's Egg Blue #10DBBD
RGB
CMYK
RGB Variations
Color information
#10DBBD (or 0x10DBBD) is known color: Robin's Egg Blue. HEX triplet: 10, DB and BD. RGB value is (16,219,189). Sum of RGB (Red+Green+Blue) = 16+219+189=424 (56% of max value = 765). Red value is 16 (6.64% from 255 or 3.77% from 424); Green value is 219 (85.94% from 255 or 51.65% from 424); Blue value is 189 (74.22% from 255 or 44.58% from 424); Max value from RGB is 219 - color contains mainly: green. Hex color #10DBBD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10DBBD is #EF2442. Grayscale: #9A9A9A. Windows color (decimal): -15672387 or 12442384. OLE color: 12442384.
HSL color Cylindrical-coordinate representation of color #10DBBD: hue angle of 171.13º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10DBBD is Cyan = 0.93, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 16 | 219 | 189 | - |
| CMYK | 0.93 | 0 | 0.14 | 0.14 |
| HSL | 171.13º | 0.86% | 0.46% | - |
| HSV(B) | 171.13º | 0.93% | 0.86% | - |
| XYZ | 34.73 | 54.45 | 56.82 | - |
| YUV | 154.88 | 147.25 | 28.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 219 | 189 | 0.93 | 0 | 0.14 | 0.14 | 171.13 | 0.86 | 0.46 |
| Hex | 10 | DB | BD | 5D | 0 | E | E | AB | 56 | 2E |
| Octal | 20 | 333 | 275 | 135 | 0 | 16 | 16 | 253 | 126 | 56 |
| Binary | 10000 | 11011011 | 10111101 | 1011101 | 0 | 1110 | 1110 | 10101011 | 1010110 | 101110 |
Color Harmonies of #10DBBD
Complementary color
Monochromatic Colors of #10DBBD
Black with #10DBBD
Text Example
Text Example
White with #10DBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10DBBD; }
p { color: rgb(16,219,189); }
H1.HeaderClassName
{
color: #10DBBD;
}
.AnyTagClassName
{
color: #10DBBD;
}
</style>
background-color css
<style>
a { background-color: #10DBBD; }
a { background-color: rgb(16,219,189); }
div.DivClassName
{
background-color: #10DBBD;
}
.BgClassName
{
background-color: #10DBBD;
}
</style>
border-color css
<style>
span { border-color: #10DBBD; }
span { border-color: rgb(16,219,189); }
td.TdClassName
{
border-color: #10DBBD;
}
.TagClassName
{
border-color: #10DBBD;
}
</style>