Shades of Robin's Egg Blue #14C9CB
Tints of Robin's Egg Blue #14C9CB
RGB
CMYK
RGB Variations
Color information
#14C9CB (or 0x14C9CB) is known color: Robin's Egg Blue. HEX triplet: 14, C9 and CB. RGB value is (20,201,203). Sum of RGB (Red+Green+Blue) = 20+201+203=424 (56% of max value = 765). Red value is 20 (8.20% from 255 or 4.72% from 424); Green value is 201 (78.91% from 255 or 47.41% from 424); Blue value is 203 (79.69% from 255 or 47.88% from 424); Max value from RGB is 203 - color contains mainly: blue. Hex color #14C9CB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14C9CB is #EB3634. Grayscale: #929292. Windows color (decimal): -15414837 or 13355284. OLE color: 13355284.
HSL color Cylindrical-coordinate representation of color #14C9CB: hue angle of 180.66º 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 #14C9CB is Cyan = 0.90, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 20 | 201 | 203 | - |
| CMYK | 0.90 | 0.01 | 0 | 0.20 |
| HSL | 180.66º | 0.82% | 0.44% | - |
| HSV(B) | 180.66º | 0.9% | 0.8% | - |
| XYZ | 31.95 | 46.23 | 63.74 | - |
| YUV | 147.11 | 159.53 | 37.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 201 | 203 | 0.90 | 0.01 | 0 | 0.20 | 180.66 | 0.82 | 0.44 |
| Hex | 14 | C9 | CB | 5A | 1 | 0 | 14 | B5 | 52 | 2C |
| Octal | 24 | 311 | 313 | 132 | 1 | 0 | 24 | 265 | 122 | 54 |
| Binary | 10100 | 11001001 | 11001011 | 1011010 | 1 | 0 | 10100 | 10110101 | 1010010 | 101100 |
Color Harmonies of #14C9CB
Complementary color
Monochromatic Colors of #14C9CB
Black with #14C9CB
Text Example
Text Example
White with #14C9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14C9CB; }
p { color: rgb(20,201,203); }
H1.HeaderClassName
{
color: #14C9CB;
}
.AnyTagClassName
{
color: #14C9CB;
}
</style>
background-color css
<style>
a { background-color: #14C9CB; }
a { background-color: rgb(20,201,203); }
div.DivClassName
{
background-color: #14C9CB;
}
.BgClassName
{
background-color: #14C9CB;
}
</style>
border-color css
<style>
span { border-color: #14C9CB; }
span { border-color: rgb(20,201,203); }
td.TdClassName
{
border-color: #14C9CB;
}
.TagClassName
{
border-color: #14C9CB;
}
</style>