Shades of Robin's Egg Blue #10DBBC
Tints of Robin's Egg Blue #10DBBC
RGB
CMYK
RGB Variations
Color information
#10DBBC (or 0x10DBBC) is known color: Robin's Egg Blue. HEX triplet: 10, DB and BC. RGB value is (16,219,188). Sum of RGB (Red+Green+Blue) = 16+219+188=423 (56% of max value = 765). Red value is 16 (6.64% from 255 or 3.78% from 423); Green value is 219 (85.94% from 255 or 51.77% from 423); Blue value is 188 (73.83% from 255 or 44.44% from 423); Max value from RGB is 219 - color contains mainly: green. Hex color #10DBBC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10DBBC is #EF2443. Grayscale: #9A9A9A. Windows color (decimal): -15672388 or 12376848. OLE color: 12376848.
HSL color Cylindrical-coordinate representation of color #10DBBC: hue angle of 170.84º 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 #10DBBC is Cyan = 0.93, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 16 | 219 | 188 | - |
| CMYK | 0.93 | 0 | 0.14 | 0.14 |
| HSL | 170.84º | 0.86% | 0.46% | - |
| HSV(B) | 170.84º | 0.93% | 0.86% | - |
| XYZ | 34.62 | 54.4 | 56.25 | - |
| YUV | 154.77 | 146.75 | 29.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 219 | 188 | 0.93 | 0 | 0.14 | 0.14 | 170.84 | 0.86 | 0.46 |
| Hex | 10 | DB | BC | 5D | 0 | E | E | AB | 56 | 2E |
| Octal | 20 | 333 | 274 | 135 | 0 | 16 | 16 | 253 | 126 | 56 |
| Binary | 10000 | 11011011 | 10111100 | 1011101 | 0 | 1110 | 1110 | 10101011 | 1010110 | 101110 |
Color Harmonies of #10DBBC
Complementary color
Monochromatic Colors of #10DBBC
Black with #10DBBC
Text Example
Text Example
White with #10DBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10DBBC; }
p { color: rgb(16,219,188); }
H1.HeaderClassName
{
color: #10DBBC;
}
.AnyTagClassName
{
color: #10DBBC;
}
</style>
background-color css
<style>
a { background-color: #10DBBC; }
a { background-color: rgb(16,219,188); }
div.DivClassName
{
background-color: #10DBBC;
}
.BgClassName
{
background-color: #10DBBC;
}
</style>
border-color css
<style>
span { border-color: #10DBBC; }
span { border-color: rgb(16,219,188); }
td.TdClassName
{
border-color: #10DBBC;
}
.TagClassName
{
border-color: #10DBBC;
}
</style>