Shades of Robin's Egg Blue #14C4CB
Tints of Robin's Egg Blue #14C4CB
RGB
CMYK
RGB Variations
Color information
#14C4CB (or 0x14C4CB) is known color: Robin's Egg Blue. HEX triplet: 14, C4 and CB. RGB value is (20,196,203). Sum of RGB (Red+Green+Blue) = 20+196+203=419 (55% of max value = 765). Red value is 20 (8.20% from 255 or 4.77% from 419); Green value is 196 (76.95% from 255 or 46.78% from 419); Blue value is 203 (79.69% from 255 or 48.45% from 419); Max value from RGB is 203 - color contains mainly: blue. Hex color #14C4CB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14C4CB is #EB3B34. Grayscale: #8F8F8F. Windows color (decimal): -15416117 or 13354004. OLE color: 13354004.
HSL color Cylindrical-coordinate representation of color #14C4CB: hue angle of 182.3º 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 #14C4CB is Cyan = 0.90, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 20 | 196 | 203 | - |
| CMYK | 0.90 | 0.03 | 0 | 0.20 |
| HSL | 182.3º | 0.82% | 0.44% | - |
| HSV(B) | 182.3º | 0.9% | 0.8% | - |
| XYZ | 30.81 | 43.94 | 63.36 | - |
| YUV | 144.17 | 161.19 | 39.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 196 | 203 | 0.90 | 0.03 | 0 | 0.20 | 182.3 | 0.82 | 0.44 |
| Hex | 14 | C4 | CB | 5A | 3 | 0 | 14 | B6 | 52 | 2C |
| Octal | 24 | 304 | 313 | 132 | 3 | 0 | 24 | 266 | 122 | 54 |
| Binary | 10100 | 11000100 | 11001011 | 1011010 | 11 | 0 | 10100 | 10110110 | 1010010 | 101100 |
Color Harmonies of #14C4CB
Complementary color
Monochromatic Colors of #14C4CB
Black with #14C4CB
Text Example
Text Example
White with #14C4CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14C4CB; }
p { color: rgb(20,196,203); }
H1.HeaderClassName
{
color: #14C4CB;
}
.AnyTagClassName
{
color: #14C4CB;
}
</style>
background-color css
<style>
a { background-color: #14C4CB; }
a { background-color: rgb(20,196,203); }
div.DivClassName
{
background-color: #14C4CB;
}
.BgClassName
{
background-color: #14C4CB;
}
</style>
border-color css
<style>
span { border-color: #14C4CB; }
span { border-color: rgb(20,196,203); }
td.TdClassName
{
border-color: #14C4CB;
}
.TagClassName
{
border-color: #14C4CB;
}
</style>