Shades of Robin's Egg Blue #14DAB7
Tints of Robin's Egg Blue #14DAB7
RGB
CMYK
RGB Variations
Color information
#14DAB7 (or 0x14DAB7) is known color: Robin's Egg Blue. HEX triplet: 14, DA and B7. RGB value is (20,218,183). Sum of RGB (Red+Green+Blue) = 20+218+183=421 (55% of max value = 765). Red value is 20 (8.20% from 255 or 4.75% from 421); Green value is 218 (85.55% from 255 or 51.78% from 421); Blue value is 183 (71.88% from 255 or 43.47% from 421); Max value from RGB is 218 - color contains mainly: green. Hex color #14DAB7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14DAB7 is #EB2548. Grayscale: #9A9A9A. Windows color (decimal): -15410505 or 12048916. OLE color: 12048916.
HSL color Cylindrical-coordinate representation of color #14DAB7: hue angle of 169.39º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14DAB7 is Cyan = 0.91, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 20 | 218 | 183 | - |
| CMYK | 0.91 | 0 | 0.16 | 0.15 |
| HSL | 169.39º | 0.83% | 0.47% | - |
| HSV(B) | 169.39º | 0.91% | 0.85% | - |
| XYZ | 33.91 | 53.71 | 53.38 | - |
| YUV | 154.81 | 143.9 | 31.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 218 | 183 | 0.91 | 0 | 0.16 | 0.15 | 169.39 | 0.83 | 0.47 |
| Hex | 14 | DA | B7 | 5B | 0 | 10 | F | A9 | 53 | 2F |
| Octal | 24 | 332 | 267 | 133 | 0 | 20 | 17 | 251 | 123 | 57 |
| Binary | 10100 | 11011010 | 10110111 | 1011011 | 0 | 10000 | 1111 | 10101001 | 1010011 | 101111 |
Color Harmonies of #14DAB7
Complementary color
Monochromatic Colors of #14DAB7
Black with #14DAB7
Text Example
Text Example
White with #14DAB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14DAB7; }
p { color: rgb(20,218,183); }
H1.HeaderClassName
{
color: #14DAB7;
}
.AnyTagClassName
{
color: #14DAB7;
}
</style>
background-color css
<style>
a { background-color: #14DAB7; }
a { background-color: rgb(20,218,183); }
div.DivClassName
{
background-color: #14DAB7;
}
.BgClassName
{
background-color: #14DAB7;
}
</style>
border-color css
<style>
span { border-color: #14DAB7; }
span { border-color: rgb(20,218,183); }
td.TdClassName
{
border-color: #14DAB7;
}
.TagClassName
{
border-color: #14DAB7;
}
</style>