Shades of Robin's Egg Blue #14CFCC
Tints of Robin's Egg Blue #14CFCC
RGB
CMYK
RGB Variations
Color information
#14CFCC (or 0x14CFCC) is known color: Robin's Egg Blue. HEX triplet: 14, CF and CC. RGB value is (20,207,204). Sum of RGB (Red+Green+Blue) = 20+207+204=431 (57% of max value = 765). Red value is 20 (8.20% from 255 or 4.64% from 431); Green value is 207 (81.25% from 255 or 48.03% from 431); Blue value is 204 (80.08% from 255 or 47.33% from 431); Max value from RGB is 207 - color contains mainly: green. Hex color #14CFCC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14CFCC is #EB3033. Grayscale: #969696. Windows color (decimal): -15413300 or 13422356. OLE color: 13422356.
HSL color Cylindrical-coordinate representation of color #14CFCC: hue angle of 179.04º 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 #14CFCC is Cyan = 0.90, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 20 | 207 | 204 | - |
| CMYK | 0.90 | 0 | 0.01 | 0.19 |
| HSL | 179.04º | 0.82% | 0.45% | - |
| HSV(B) | 179.04º | 0.9% | 0.81% | - |
| XYZ | 33.5 | 49.13 | 64.84 | - |
| YUV | 150.75 | 158.05 | 34.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 207 | 204 | 0.90 | 0 | 0.01 | 0.19 | 179.04 | 0.82 | 0.45 |
| Hex | 14 | CF | CC | 5A | 0 | 1 | 13 | B3 | 52 | 2D |
| Octal | 24 | 317 | 314 | 132 | 0 | 1 | 23 | 263 | 122 | 55 |
| Binary | 10100 | 11001111 | 11001100 | 1011010 | 0 | 1 | 10011 | 10110011 | 1010010 | 101101 |
Color Harmonies of #14CFCC
Complementary color
Monochromatic Colors of #14CFCC
Black with #14CFCC
Text Example
Text Example
White with #14CFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14CFCC; }
p { color: rgb(20,207,204); }
H1.HeaderClassName
{
color: #14CFCC;
}
.AnyTagClassName
{
color: #14CFCC;
}
</style>
background-color css
<style>
a { background-color: #14CFCC; }
a { background-color: rgb(20,207,204); }
div.DivClassName
{
background-color: #14CFCC;
}
.BgClassName
{
background-color: #14CFCC;
}
</style>
border-color css
<style>
span { border-color: #14CFCC; }
span { border-color: rgb(20,207,204); }
td.TdClassName
{
border-color: #14CFCC;
}
.TagClassName
{
border-color: #14CFCC;
}
</style>