Shades of Robin's Egg Blue #14DEC5
Tints of Robin's Egg Blue #14DEC5
RGB
CMYK
RGB Variations
Color information
#14DEC5 (or 0x14DEC5) is known color: Robin's Egg Blue. HEX triplet: 14, DE and C5. RGB value is (20,222,197). Sum of RGB (Red+Green+Blue) = 20+222+197=439 (58% of max value = 765). Red value is 20 (8.20% from 255 or 4.56% from 439); Green value is 222 (87.11% from 255 or 50.57% from 439); Blue value is 197 (77.34% from 255 or 44.87% from 439); Max value from RGB is 222 - color contains mainly: green. Hex color #14DEC5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14DEC5 is #EB213A. Grayscale: #9E9E9E. Windows color (decimal): -15409467 or 12967444. OLE color: 12967444.
HSL color Cylindrical-coordinate representation of color #14DEC5: hue angle of 172.57º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14DEC5 is Cyan = 0.91, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 20 | 222 | 197 | - |
| CMYK | 0.91 | 0 | 0.11 | 0.13 |
| HSL | 172.57º | 0.83% | 0.47% | - |
| HSV(B) | 172.57º | 0.91% | 0.87% | - |
| XYZ | 36.49 | 56.42 | 61.79 | - |
| YUV | 158.75 | 149.58 | 29.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 222 | 197 | 0.91 | 0 | 0.11 | 0.13 | 172.57 | 0.83 | 0.47 |
| Hex | 14 | DE | C5 | 5B | 0 | B | D | AD | 53 | 2F |
| Octal | 24 | 336 | 305 | 133 | 0 | 13 | 15 | 255 | 123 | 57 |
| Binary | 10100 | 11011110 | 11000101 | 1011011 | 0 | 1011 | 1101 | 10101101 | 1010011 | 101111 |
Color Harmonies of #14DEC5
Complementary color
Monochromatic Colors of #14DEC5
Black with #14DEC5
Text Example
Text Example
White with #14DEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14DEC5; }
p { color: rgb(20,222,197); }
H1.HeaderClassName
{
color: #14DEC5;
}
.AnyTagClassName
{
color: #14DEC5;
}
</style>
background-color css
<style>
a { background-color: #14DEC5; }
a { background-color: rgb(20,222,197); }
div.DivClassName
{
background-color: #14DEC5;
}
.BgClassName
{
background-color: #14DEC5;
}
</style>
border-color css
<style>
span { border-color: #14DEC5; }
span { border-color: rgb(20,222,197); }
td.TdClassName
{
border-color: #14DEC5;
}
.TagClassName
{
border-color: #14DEC5;
}
</style>