Shades of Robin's Egg Blue #15DBC0
Tints of Robin's Egg Blue #15DBC0
RGB
CMYK
RGB Variations
Color information
#15DBC0 (or 0x15DBC0) is known color: Robin's Egg Blue. HEX triplet: 15, DB and C0. RGB value is (21,219,192). Sum of RGB (Red+Green+Blue) = 21+219+192=432 (57% of max value = 765). Red value is 21 (8.59% from 255 or 4.86% from 432); Green value is 219 (85.94% from 255 or 50.69% from 432); Blue value is 192 (75.39% from 255 or 44.44% from 432); Max value from RGB is 219 - color contains mainly: green. Hex color #15DBC0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15DBC0 is #EA243F. Grayscale: #9C9C9C. Windows color (decimal): -15344704 or 12638997. OLE color: 12638997.
HSL color Cylindrical-coordinate representation of color #15DBC0: hue angle of 171.82º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #15DBC0 is Cyan = 0.90, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 21 | 219 | 192 | - |
| CMYK | 0.90 | 0 | 0.12 | 0.14 |
| HSL | 171.82º | 0.83% | 0.47% | - |
| HSV(B) | 171.82º | 0.9% | 0.86% | - |
| XYZ | 35.16 | 54.63 | 58.56 | - |
| YUV | 156.72 | 147.9 | 31.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 219 | 192 | 0.90 | 0 | 0.12 | 0.14 | 171.82 | 0.83 | 0.47 |
| Hex | 15 | DB | C0 | 5A | 0 | C | E | AC | 52 | 2F |
| Octal | 25 | 333 | 300 | 132 | 0 | 14 | 16 | 254 | 122 | 57 |
| Binary | 10101 | 11011011 | 11000000 | 1011010 | 0 | 1100 | 1110 | 10101100 | 1010010 | 101111 |
Color Harmonies of #15DBC0
Complementary color
Monochromatic Colors of #15DBC0
Black with #15DBC0
Text Example
Text Example
White with #15DBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15DBC0; }
p { color: rgb(21,219,192); }
H1.HeaderClassName
{
color: #15DBC0;
}
.AnyTagClassName
{
color: #15DBC0;
}
</style>
background-color css
<style>
a { background-color: #15DBC0; }
a { background-color: rgb(21,219,192); }
div.DivClassName
{
background-color: #15DBC0;
}
.BgClassName
{
background-color: #15DBC0;
}
</style>
border-color css
<style>
span { border-color: #15DBC0; }
span { border-color: rgb(21,219,192); }
td.TdClassName
{
border-color: #15DBC0;
}
.TagClassName
{
border-color: #15DBC0;
}
</style>