Shades of Robin's Egg Blue #14CDC3
Tints of Robin's Egg Blue #14CDC3
RGB
CMYK
RGB Variations
Color information
#14CDC3 (or 0x14CDC3) is known color: Robin's Egg Blue. HEX triplet: 14, CD and C3. RGB value is (20,205,195). Sum of RGB (Red+Green+Blue) = 20+205+195=420 (55% of max value = 765). Red value is 20 (8.20% from 255 or 4.76% from 420); Green value is 205 (80.47% from 255 or 48.81% from 420); Blue value is 195 (76.56% from 255 or 46.43% from 420); Max value from RGB is 205 - color contains mainly: green. Hex color #14CDC3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14CDC3 is #EB323C. Grayscale: #949494. Windows color (decimal): -15413821 or 12832020. OLE color: 12832020.
HSL color Cylindrical-coordinate representation of color #14CDC3: hue angle of 176.76º 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 #14CDC3 is Cyan = 0.90, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 20 | 205 | 195 | - |
| CMYK | 0.90 | 0 | 0.05 | 0.20 |
| HSL | 176.76º | 0.82% | 0.44% | - |
| HSV(B) | 176.76º | 0.9% | 0.8% | - |
| XYZ | 31.97 | 47.75 | 59.16 | - |
| YUV | 148.55 | 154.21 | 36.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 205 | 195 | 0.90 | 0 | 0.05 | 0.20 | 176.76 | 0.82 | 0.44 |
| Hex | 14 | CD | C3 | 5A | 0 | 5 | 14 | B1 | 52 | 2C |
| Octal | 24 | 315 | 303 | 132 | 0 | 5 | 24 | 261 | 122 | 54 |
| Binary | 10100 | 11001101 | 11000011 | 1011010 | 0 | 101 | 10100 | 10110001 | 1010010 | 101100 |
Color Harmonies of #14CDC3
Complementary color
Monochromatic Colors of #14CDC3
Black with #14CDC3
Text Example
Text Example
White with #14CDC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14CDC3; }
p { color: rgb(20,205,195); }
H1.HeaderClassName
{
color: #14CDC3;
}
.AnyTagClassName
{
color: #14CDC3;
}
</style>
background-color css
<style>
a { background-color: #14CDC3; }
a { background-color: rgb(20,205,195); }
div.DivClassName
{
background-color: #14CDC3;
}
.BgClassName
{
background-color: #14CDC3;
}
</style>
border-color css
<style>
span { border-color: #14CDC3; }
span { border-color: rgb(20,205,195); }
td.TdClassName
{
border-color: #14CDC3;
}
.TagClassName
{
border-color: #14CDC3;
}
</style>