Shades of Robin's Egg Blue #14CAC9
Tints of Robin's Egg Blue #14CAC9
RGB
CMYK
RGB Variations
Color information
#14CAC9 (or 0x14CAC9) is known color: Robin's Egg Blue. HEX triplet: 14, CA and C9. RGB value is (20,202,201). Sum of RGB (Red+Green+Blue) = 20+202+201=423 (56% of max value = 765). Red value is 20 (8.20% from 255 or 4.73% from 423); Green value is 202 (79.30% from 255 or 47.75% from 423); Blue value is 201 (78.91% from 255 or 47.52% from 423); Max value from RGB is 202 - color contains mainly: green. Hex color #14CAC9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14CAC9 is #EB3536. Grayscale: #939393. Windows color (decimal): -15414583 or 13224468. OLE color: 13224468.
HSL color Cylindrical-coordinate representation of color #14CAC9: hue angle of 179.67º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14CAC9 is Cyan = 0.90, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 20 | 202 | 201 | - |
| CMYK | 0.90 | 0 | 0.00 | 0.21 |
| HSL | 179.67º | 0.82% | 0.44% | - |
| HSV(B) | 179.67º | 0.9% | 0.79% | - |
| XYZ | 31.95 | 46.61 | 62.57 | - |
| YUV | 147.47 | 158.2 | 37.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 202 | 201 | 0.90 | 0 | 0.00 | 0.21 | 179.67 | 0.82 | 0.44 |
| Hex | 14 | CA | C9 | 5A | 0 | 0 | 15 | B4 | 52 | 2C |
| Octal | 24 | 312 | 311 | 132 | 0 | 0 | 25 | 264 | 122 | 54 |
| Binary | 10100 | 11001010 | 11001001 | 1011010 | 0 | 0 | 10101 | 10110100 | 1010010 | 101100 |
Color Harmonies of #14CAC9
Complementary color
Monochromatic Colors of #14CAC9
Black with #14CAC9
Text Example
Text Example
White with #14CAC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14CAC9; }
p { color: rgb(20,202,201); }
H1.HeaderClassName
{
color: #14CAC9;
}
.AnyTagClassName
{
color: #14CAC9;
}
</style>
background-color css
<style>
a { background-color: #14CAC9; }
a { background-color: rgb(20,202,201); }
div.DivClassName
{
background-color: #14CAC9;
}
.BgClassName
{
background-color: #14CAC9;
}
</style>
border-color css
<style>
span { border-color: #14CAC9; }
span { border-color: rgb(20,202,201); }
td.TdClassName
{
border-color: #14CAC9;
}
.TagClassName
{
border-color: #14CAC9;
}
</style>