Shades of Robin's Egg Blue #10DCBB
Tints of Robin's Egg Blue #10DCBB
RGB
CMYK
RGB Variations
Color information
#10DCBB (or 0x10DCBB) is known color: Robin's Egg Blue. HEX triplet: 10, DC and BB. RGB value is (16,220,187). Sum of RGB (Red+Green+Blue) = 16+220+187=423 (56% of max value = 765). Red value is 16 (6.64% from 255 or 3.78% from 423); Green value is 220 (86.33% from 255 or 52.01% from 423); Blue value is 187 (73.44% from 255 or 44.21% from 423); Max value from RGB is 220 - color contains mainly: green. Hex color #10DCBB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10DCBB is #EF2344. Grayscale: #9B9B9B. Windows color (decimal): -15672133 or 12311568. OLE color: 12311568.
HSL color Cylindrical-coordinate representation of color #10DCBB: hue angle of 170.29º 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 #10DCBB is Cyan = 0.93, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 16 | 220 | 187 | - |
| CMYK | 0.93 | 0 | 0.15 | 0.14 |
| HSL | 170.29º | 0.86% | 0.46% | - |
| HSV(B) | 170.29º | 0.93% | 0.86% | - |
| XYZ | 34.78 | 54.88 | 55.77 | - |
| YUV | 155.24 | 145.91 | 28.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 220 | 187 | 0.93 | 0 | 0.15 | 0.14 | 170.29 | 0.86 | 0.46 |
| Hex | 10 | DC | BB | 5D | 0 | F | E | AA | 56 | 2E |
| Octal | 20 | 334 | 273 | 135 | 0 | 17 | 16 | 252 | 126 | 56 |
| Binary | 10000 | 11011100 | 10111011 | 1011101 | 0 | 1111 | 1110 | 10101010 | 1010110 | 101110 |
Color Harmonies of #10DCBB
Complementary color
Monochromatic Colors of #10DCBB
Black with #10DCBB
Text Example
Text Example
White with #10DCBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10DCBB; }
p { color: rgb(16,220,187); }
H1.HeaderClassName
{
color: #10DCBB;
}
.AnyTagClassName
{
color: #10DCBB;
}
</style>
background-color css
<style>
a { background-color: #10DCBB; }
a { background-color: rgb(16,220,187); }
div.DivClassName
{
background-color: #10DCBB;
}
.BgClassName
{
background-color: #10DCBB;
}
</style>
border-color css
<style>
span { border-color: #10DCBB; }
span { border-color: rgb(16,220,187); }
td.TdClassName
{
border-color: #10DCBB;
}
.TagClassName
{
border-color: #10DCBB;
}
</style>