Shades of Robin's Egg Blue #14DCB7
Tints of Robin's Egg Blue #14DCB7
RGB
CMYK
RGB Variations
Color information
#14DCB7 (or 0x14DCB7) is known color: Robin's Egg Blue. HEX triplet: 14, DC and B7. RGB value is (20,220,183). Sum of RGB (Red+Green+Blue) = 20+220+183=423 (56% of max value = 765). Red value is 20 (8.20% from 255 or 4.73% from 423); Green value is 220 (86.33% from 255 or 52.01% from 423); Blue value is 183 (71.88% from 255 or 43.26% from 423); Max value from RGB is 220 - color contains mainly: green. Hex color #14DCB7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14DCB7 is #EB2348. Grayscale: #9B9B9B. Windows color (decimal): -15409993 or 12049428. OLE color: 12049428.
HSL color Cylindrical-coordinate representation of color #14DCB7: hue angle of 168.9º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14DCB7 is Cyan = 0.91, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 20 | 220 | 183 | - |
| CMYK | 0.91 | 0 | 0.17 | 0.14 |
| HSL | 168.9º | 0.83% | 0.47% | - |
| HSV(B) | 168.9º | 0.91% | 0.86% | - |
| XYZ | 34.43 | 54.75 | 53.55 | - |
| YUV | 155.98 | 143.24 | 31.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 220 | 183 | 0.91 | 0 | 0.17 | 0.14 | 168.9 | 0.83 | 0.47 |
| Hex | 14 | DC | B7 | 5B | 0 | 11 | E | A9 | 53 | 2F |
| Octal | 24 | 334 | 267 | 133 | 0 | 21 | 16 | 251 | 123 | 57 |
| Binary | 10100 | 11011100 | 10110111 | 1011011 | 0 | 10001 | 1110 | 10101001 | 1010011 | 101111 |
Color Harmonies of #14DCB7
Complementary color
Monochromatic Colors of #14DCB7
Black with #14DCB7
Text Example
Text Example
White with #14DCB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14DCB7; }
p { color: rgb(20,220,183); }
H1.HeaderClassName
{
color: #14DCB7;
}
.AnyTagClassName
{
color: #14DCB7;
}
</style>
background-color css
<style>
a { background-color: #14DCB7; }
a { background-color: rgb(20,220,183); }
div.DivClassName
{
background-color: #14DCB7;
}
.BgClassName
{
background-color: #14DCB7;
}
</style>
border-color css
<style>
span { border-color: #14DCB7; }
span { border-color: rgb(20,220,183); }
td.TdClassName
{
border-color: #14DCB7;
}
.TagClassName
{
border-color: #14DCB7;
}
</style>