Shades of Robin's Egg Blue #14CCC1
Tints of Robin's Egg Blue #14CCC1
RGB
CMYK
RGB Variations
Color information
#14CCC1 (or 0x14CCC1) is known color: Robin's Egg Blue. HEX triplet: 14, CC and C1. RGB value is (20,204,193). Sum of RGB (Red+Green+Blue) = 20+204+193=417 (55% of max value = 765). Red value is 20 (8.20% from 255 or 4.80% from 417); Green value is 204 (80.08% from 255 or 48.92% from 417); Blue value is 193 (75.78% from 255 or 46.28% from 417); Max value from RGB is 204 - color contains mainly: green. Hex color #14CCC1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14CCC1 is #EB333E. Grayscale: #939393. Windows color (decimal): -15414079 or 12700692. OLE color: 12700692.
HSL color Cylindrical-coordinate representation of color #14CCC1: hue angle of 176.41º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14CCC1 is Cyan = 0.90, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 20 | 204 | 193 | - |
| CMYK | 0.90 | 0 | 0.05 | 0.2 |
| HSL | 176.41º | 0.82% | 0.44% | - |
| HSV(B) | 176.41º | 0.9% | 0.8% | - |
| XYZ | 31.51 | 47.18 | 57.9 | - |
| YUV | 147.73 | 153.54 | 36.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 204 | 193 | 0.90 | 0 | 0.05 | 0.2 | 176.41 | 0.82 | 0.44 |
| Hex | 14 | CC | C1 | 5A | 0 | 5 | 14 | B0 | 52 | 2C |
| Octal | 24 | 314 | 301 | 132 | 0 | 5 | 24 | 260 | 122 | 54 |
| Binary | 10100 | 11001100 | 11000001 | 1011010 | 0 | 101 | 10100 | 10110000 | 1010010 | 101100 |
Color Harmonies of #14CCC1
Complementary color
Monochromatic Colors of #14CCC1
Black with #14CCC1
Text Example
Text Example
White with #14CCC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14CCC1; }
p { color: rgb(20,204,193); }
H1.HeaderClassName
{
color: #14CCC1;
}
.AnyTagClassName
{
color: #14CCC1;
}
</style>
background-color css
<style>
a { background-color: #14CCC1; }
a { background-color: rgb(20,204,193); }
div.DivClassName
{
background-color: #14CCC1;
}
.BgClassName
{
background-color: #14CCC1;
}
</style>
border-color css
<style>
span { border-color: #14CCC1; }
span { border-color: rgb(20,204,193); }
td.TdClassName
{
border-color: #14CCC1;
}
.TagClassName
{
border-color: #14CCC1;
}
</style>