Shades of Robin's Egg Blue #14D1CD
Tints of Robin's Egg Blue #14D1CD
RGB
CMYK
RGB Variations
Color information
#14D1CD (or 0x14D1CD) is known color: Robin's Egg Blue. HEX triplet: 14, D1 and CD. RGB value is (20,209,205). Sum of RGB (Red+Green+Blue) = 20+209+205=434 (57% of max value = 765). Red value is 20 (8.20% from 255 or 4.61% from 434); Green value is 209 (82.03% from 255 or 48.16% from 434); Blue value is 205 (80.47% from 255 or 47.24% from 434); Max value from RGB is 209 - color contains mainly: green. Hex color #14D1CD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14D1CD is #EB2E32. Grayscale: #979797. Windows color (decimal): -15412787 or 13488404. OLE color: 13488404.
HSL color Cylindrical-coordinate representation of color #14D1CD: hue angle of 178.73º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14D1CD is Cyan = 0.90, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 20 | 209 | 205 | - |
| CMYK | 0.90 | 0 | 0.02 | 0.18 |
| HSL | 178.73º | 0.83% | 0.45% | - |
| HSV(B) | 178.73º | 0.9% | 0.82% | - |
| XYZ | 34.11 | 50.16 | 65.64 | - |
| YUV | 152.03 | 157.88 | 33.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 209 | 205 | 0.90 | 0 | 0.02 | 0.18 | 178.73 | 0.83 | 0.45 |
| Hex | 14 | D1 | CD | 5A | 0 | 2 | 12 | B3 | 53 | 2D |
| Octal | 24 | 321 | 315 | 132 | 0 | 2 | 22 | 263 | 123 | 55 |
| Binary | 10100 | 11010001 | 11001101 | 1011010 | 0 | 10 | 10010 | 10110011 | 1010011 | 101101 |
Color Harmonies of #14D1CD
Complementary color
Monochromatic Colors of #14D1CD
Black with #14D1CD
Text Example
Text Example
White with #14D1CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14D1CD; }
p { color: rgb(20,209,205); }
H1.HeaderClassName
{
color: #14D1CD;
}
.AnyTagClassName
{
color: #14D1CD;
}
</style>
background-color css
<style>
a { background-color: #14D1CD; }
a { background-color: rgb(20,209,205); }
div.DivClassName
{
background-color: #14D1CD;
}
.BgClassName
{
background-color: #14D1CD;
}
</style>
border-color css
<style>
span { border-color: #14D1CD; }
span { border-color: rgb(20,209,205); }
td.TdClassName
{
border-color: #14D1CD;
}
.TagClassName
{
border-color: #14D1CD;
}
</style>