Shades of Robin's Egg Blue #14CCC9
Tints of Robin's Egg Blue #14CCC9
RGB
CMYK
RGB Variations
Color information
#14CCC9 (or 0x14CCC9) is known color: Robin's Egg Blue. HEX triplet: 14, CC and C9. RGB value is (20,204,201). Sum of RGB (Red+Green+Blue) = 20+204+201=425 (56% of max value = 765). Red value is 20 (8.20% from 255 or 4.71% from 425); Green value is 204 (80.08% from 255 or 48% from 425); Blue value is 201 (78.91% from 255 or 47.29% from 425); Max value from RGB is 204 - color contains mainly: green. Hex color #14CCC9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14CCC9 is #EB3336. Grayscale: #949494. Windows color (decimal): -15414071 or 13224980. OLE color: 13224980.
HSL color Cylindrical-coordinate representation of color #14CCC9: hue angle of 179.02º 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 #14CCC9 is Cyan = 0.90, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 20 | 204 | 201 | - |
| CMYK | 0.90 | 0 | 0.01 | 0.2 |
| HSL | 179.02º | 0.82% | 0.44% | - |
| HSV(B) | 179.02º | 0.9% | 0.8% | - |
| XYZ | 32.42 | 47.55 | 62.73 | - |
| YUV | 148.64 | 157.54 | 36.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 204 | 201 | 0.90 | 0 | 0.01 | 0.2 | 179.02 | 0.82 | 0.44 |
| Hex | 14 | CC | C9 | 5A | 0 | 1 | 14 | B3 | 52 | 2C |
| Octal | 24 | 314 | 311 | 132 | 0 | 1 | 24 | 263 | 122 | 54 |
| Binary | 10100 | 11001100 | 11001001 | 1011010 | 0 | 1 | 10100 | 10110011 | 1010010 | 101100 |
Color Harmonies of #14CCC9
Complementary color
Monochromatic Colors of #14CCC9
Black with #14CCC9
Text Example
Text Example
White with #14CCC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14CCC9; }
p { color: rgb(20,204,201); }
H1.HeaderClassName
{
color: #14CCC9;
}
.AnyTagClassName
{
color: #14CCC9;
}
</style>
background-color css
<style>
a { background-color: #14CCC9; }
a { background-color: rgb(20,204,201); }
div.DivClassName
{
background-color: #14CCC9;
}
.BgClassName
{
background-color: #14CCC9;
}
</style>
border-color css
<style>
span { border-color: #14CCC9; }
span { border-color: rgb(20,204,201); }
td.TdClassName
{
border-color: #14CCC9;
}
.TagClassName
{
border-color: #14CCC9;
}
</style>