Shades of Robin's Egg Blue #14CFC1
Tints of Robin's Egg Blue #14CFC1
RGB
CMYK
RGB Variations
Color information
#14CFC1 (or 0x14CFC1) is known color: Robin's Egg Blue. HEX triplet: 14, CF and C1. RGB value is (20,207,193). Sum of RGB (Red+Green+Blue) = 20+207+193=420 (55% of max value = 765). Red value is 20 (8.20% from 255 or 4.76% from 420); Green value is 207 (81.25% from 255 or 49.29% from 420); Blue value is 193 (75.78% from 255 or 45.95% from 420); Max value from RGB is 207 - color contains mainly: green. Hex color #14CFC1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14CFC1 is #EB303E. Grayscale: #959595. Windows color (decimal): -15413311 or 12701460. OLE color: 12701460.
HSL color Cylindrical-coordinate representation of color #14CFC1: hue angle of 175.51º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14CFC1 is Cyan = 0.90, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 20 | 207 | 193 | - |
| CMYK | 0.90 | 0 | 0.07 | 0.19 |
| HSL | 175.51º | 0.82% | 0.45% | - |
| HSV(B) | 175.51º | 0.9% | 0.81% | - |
| XYZ | 32.23 | 48.62 | 58.14 | - |
| YUV | 149.49 | 152.55 | 35.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 207 | 193 | 0.90 | 0 | 0.07 | 0.19 | 175.51 | 0.82 | 0.45 |
| Hex | 14 | CF | C1 | 5A | 0 | 7 | 13 | B0 | 52 | 2D |
| Octal | 24 | 317 | 301 | 132 | 0 | 7 | 23 | 260 | 122 | 55 |
| Binary | 10100 | 11001111 | 11000001 | 1011010 | 0 | 111 | 10011 | 10110000 | 1010010 | 101101 |
Color Harmonies of #14CFC1
Complementary color
Monochromatic Colors of #14CFC1
Black with #14CFC1
Text Example
Text Example
White with #14CFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14CFC1; }
p { color: rgb(20,207,193); }
H1.HeaderClassName
{
color: #14CFC1;
}
.AnyTagClassName
{
color: #14CFC1;
}
</style>
background-color css
<style>
a { background-color: #14CFC1; }
a { background-color: rgb(20,207,193); }
div.DivClassName
{
background-color: #14CFC1;
}
.BgClassName
{
background-color: #14CFC1;
}
</style>
border-color css
<style>
span { border-color: #14CFC1; }
span { border-color: rgb(20,207,193); }
td.TdClassName
{
border-color: #14CFC1;
}
.TagClassName
{
border-color: #14CFC1;
}
</style>