Shades of Robin's Egg Blue #10DBBB
Tints of Robin's Egg Blue #10DBBB
RGB
CMYK
RGB Variations
Color information
#10DBBB (or 0x10DBBB) is known color: Robin's Egg Blue. HEX triplet: 10, DB and BB. RGB value is (16,219,187). Sum of RGB (Red+Green+Blue) = 16+219+187=422 (55% of max value = 765). Red value is 16 (6.64% from 255 or 3.79% from 422); Green value is 219 (85.94% from 255 or 51.90% from 422); Blue value is 187 (73.44% from 255 or 44.31% from 422); Max value from RGB is 219 - color contains mainly: green. Hex color #10DBBB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10DBBB is #EF2444. Grayscale: #9A9A9A. Windows color (decimal): -15672389 or 12311312. OLE color: 12311312.
HSL color Cylindrical-coordinate representation of color #10DBBB: hue angle of 170.54º 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 #10DBBB is Cyan = 0.93, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 16 | 219 | 187 | - |
| CMYK | 0.93 | 0 | 0.15 | 0.14 |
| HSL | 170.54º | 0.86% | 0.46% | - |
| HSV(B) | 170.54º | 0.93% | 0.86% | - |
| XYZ | 34.51 | 54.36 | 55.69 | - |
| YUV | 154.66 | 146.25 | 29.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 219 | 187 | 0.93 | 0 | 0.15 | 0.14 | 170.54 | 0.86 | 0.46 |
| Hex | 10 | DB | BB | 5D | 0 | F | E | AB | 56 | 2E |
| Octal | 20 | 333 | 273 | 135 | 0 | 17 | 16 | 253 | 126 | 56 |
| Binary | 10000 | 11011011 | 10111011 | 1011101 | 0 | 1111 | 1110 | 10101011 | 1010110 | 101110 |
Color Harmonies of #10DBBB
Complementary color
Monochromatic Colors of #10DBBB
Black with #10DBBB
Text Example
Text Example
White with #10DBBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10DBBB; }
p { color: rgb(16,219,187); }
H1.HeaderClassName
{
color: #10DBBB;
}
.AnyTagClassName
{
color: #10DBBB;
}
</style>
background-color css
<style>
a { background-color: #10DBBB; }
a { background-color: rgb(16,219,187); }
div.DivClassName
{
background-color: #10DBBB;
}
.BgClassName
{
background-color: #10DBBB;
}
</style>
border-color css
<style>
span { border-color: #10DBBB; }
span { border-color: rgb(16,219,187); }
td.TdClassName
{
border-color: #10DBBB;
}
.TagClassName
{
border-color: #10DBBB;
}
</style>