Shades of Robin's Egg Blue #14CCB9
Tints of Robin's Egg Blue #14CCB9
RGB
CMYK
RGB Variations
Color information
#14CCB9 (or 0x14CCB9) is known color: Robin's Egg Blue. HEX triplet: 14, CC and B9. RGB value is (20,204,185). Sum of RGB (Red+Green+Blue) = 20+204+185=409 (54% of max value = 765). Red value is 20 (8.20% from 255 or 4.89% from 409); Green value is 204 (80.08% from 255 or 49.88% from 409); Blue value is 185 (72.66% from 255 or 45.23% from 409); Max value from RGB is 204 - color contains mainly: green. Hex color #14CCB9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14CCB9 is #EB3346. Grayscale: #929292. Windows color (decimal): -15414087 or 12176404. OLE color: 12176404.
HSL color Cylindrical-coordinate representation of color #14CCB9: hue angle of 173.8º 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 #14CCB9 is Cyan = 0.90, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 20 | 204 | 185 | - |
| CMYK | 0.90 | 0 | 0.09 | 0.2 |
| HSL | 173.8º | 0.82% | 0.44% | - |
| HSV(B) | 173.8º | 0.9% | 0.8% | - |
| XYZ | 30.64 | 46.84 | 53.32 | - |
| YUV | 146.82 | 149.54 | 37.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 204 | 185 | 0.90 | 0 | 0.09 | 0.2 | 173.8 | 0.82 | 0.44 |
| Hex | 14 | CC | B9 | 5A | 0 | 9 | 14 | AE | 52 | 2C |
| Octal | 24 | 314 | 271 | 132 | 0 | 11 | 24 | 256 | 122 | 54 |
| Binary | 10100 | 11001100 | 10111001 | 1011010 | 0 | 1001 | 10100 | 10101110 | 1010010 | 101100 |
Color Harmonies of #14CCB9
Complementary color
Monochromatic Colors of #14CCB9
Black with #14CCB9
Text Example
Text Example
White with #14CCB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14CCB9; }
p { color: rgb(20,204,185); }
H1.HeaderClassName
{
color: #14CCB9;
}
.AnyTagClassName
{
color: #14CCB9;
}
</style>
background-color css
<style>
a { background-color: #14CCB9; }
a { background-color: rgb(20,204,185); }
div.DivClassName
{
background-color: #14CCB9;
}
.BgClassName
{
background-color: #14CCB9;
}
</style>
border-color css
<style>
span { border-color: #14CCB9; }
span { border-color: rgb(20,204,185); }
td.TdClassName
{
border-color: #14CCB9;
}
.TagClassName
{
border-color: #14CCB9;
}
</style>