Shades of Robin's Egg Blue #14CECD
Tints of Robin's Egg Blue #14CECD
RGB
CMYK
RGB Variations
Color information
#14CECD (or 0x14CECD) is known color: Robin's Egg Blue. HEX triplet: 14, CE and CD. RGB value is (20,206,205). Sum of RGB (Red+Green+Blue) = 20+206+205=431 (57% of max value = 765). Red value is 20 (8.20% from 255 or 4.64% from 431); Green value is 206 (80.86% from 255 or 47.80% from 431); Blue value is 205 (80.47% from 255 or 47.56% from 431); Max value from RGB is 206 - color contains mainly: green. Hex color #14CECD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14CECD is #EB3132. Grayscale: #969696. Windows color (decimal): -15413555 or 13487636. OLE color: 13487636.
HSL color Cylindrical-coordinate representation of color #14CECD: hue angle of 179.68º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14CECD is Cyan = 0.90, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 20 | 206 | 205 | - |
| CMYK | 0.90 | 0 | 0.00 | 0.19 |
| HSL | 179.68º | 0.82% | 0.44% | - |
| HSV(B) | 179.68º | 0.9% | 0.81% | - |
| XYZ | 33.38 | 48.7 | 65.4 | - |
| YUV | 150.27 | 158.88 | 35.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 206 | 205 | 0.90 | 0 | 0.00 | 0.19 | 179.68 | 0.82 | 0.44 |
| Hex | 14 | CE | CD | 5A | 0 | 0 | 13 | B4 | 52 | 2C |
| Octal | 24 | 316 | 315 | 132 | 0 | 0 | 23 | 264 | 122 | 54 |
| Binary | 10100 | 11001110 | 11001101 | 1011010 | 0 | 0 | 10011 | 10110100 | 1010010 | 101100 |
Color Harmonies of #14CECD
Complementary color
Monochromatic Colors of #14CECD
Black with #14CECD
Text Example
Text Example
White with #14CECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14CECD; }
p { color: rgb(20,206,205); }
H1.HeaderClassName
{
color: #14CECD;
}
.AnyTagClassName
{
color: #14CECD;
}
</style>
background-color css
<style>
a { background-color: #14CECD; }
a { background-color: rgb(20,206,205); }
div.DivClassName
{
background-color: #14CECD;
}
.BgClassName
{
background-color: #14CECD;
}
</style>
border-color css
<style>
span { border-color: #14CECD; }
span { border-color: rgb(20,206,205); }
td.TdClassName
{
border-color: #14CECD;
}
.TagClassName
{
border-color: #14CECD;
}
</style>