Shades of Robin's Egg Blue #10DBC8
Tints of Robin's Egg Blue #10DBC8
RGB
CMYK
RGB Variations
Color information
#10DBC8 (or 0x10DBC8) is known color: Robin's Egg Blue. HEX triplet: 10, DB and C8. RGB value is (16,219,200). Sum of RGB (Red+Green+Blue) = 16+219+200=435 (57% of max value = 765). Red value is 16 (6.64% from 255 or 3.68% from 435); Green value is 219 (85.94% from 255 or 50.34% from 435); Blue value is 200 (78.52% from 255 or 45.98% from 435); Max value from RGB is 219 - color contains mainly: green. Hex color #10DBC8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10DBC8 is #EF2437. Grayscale: #9C9C9C. Windows color (decimal): -15672376 or 13163280. OLE color: 13163280.
HSL color Cylindrical-coordinate representation of color #10DBC8: hue angle of 174.38º 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 #10DBC8 is Cyan = 0.93, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 16 | 219 | 200 | - |
| CMYK | 0.93 | 0 | 0.09 | 0.14 |
| HSL | 174.38º | 0.86% | 0.46% | - |
| HSV(B) | 174.38º | 0.93% | 0.86% | - |
| XYZ | 35.97 | 54.94 | 63.35 | - |
| YUV | 156.14 | 152.75 | 28.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 219 | 200 | 0.93 | 0 | 0.09 | 0.14 | 174.38 | 0.86 | 0.46 |
| Hex | 10 | DB | C8 | 5D | 0 | 9 | E | AE | 56 | 2E |
| Octal | 20 | 333 | 310 | 135 | 0 | 11 | 16 | 256 | 126 | 56 |
| Binary | 10000 | 11011011 | 11001000 | 1011101 | 0 | 1001 | 1110 | 10101110 | 1010110 | 101110 |
Color Harmonies of #10DBC8
Complementary color
Monochromatic Colors of #10DBC8
Black with #10DBC8
Text Example
Text Example
White with #10DBC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10DBC8; }
p { color: rgb(16,219,200); }
H1.HeaderClassName
{
color: #10DBC8;
}
.AnyTagClassName
{
color: #10DBC8;
}
</style>
background-color css
<style>
a { background-color: #10DBC8; }
a { background-color: rgb(16,219,200); }
div.DivClassName
{
background-color: #10DBC8;
}
.BgClassName
{
background-color: #10DBC8;
}
</style>
border-color css
<style>
span { border-color: #10DBC8; }
span { border-color: rgb(16,219,200); }
td.TdClassName
{
border-color: #10DBC8;
}
.TagClassName
{
border-color: #10DBC8;
}
</style>