Shades of Robin's Egg Blue #14CEBA
Tints of Robin's Egg Blue #14CEBA
RGB
CMYK
RGB Variations
Color information
#14CEBA (or 0x14CEBA) is known color: Robin's Egg Blue. HEX triplet: 14, CE and BA. RGB value is (20,206,186). Sum of RGB (Red+Green+Blue) = 20+206+186=412 (54% of max value = 765). Red value is 20 (8.20% from 255 or 4.85% from 412); Green value is 206 (80.86% from 255 or 50% from 412); Blue value is 186 (73.05% from 255 or 45.15% from 412); Max value from RGB is 206 - color contains mainly: green. Hex color #14CEBA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14CEBA is #EB3145. Grayscale: #949494. Windows color (decimal): -15413574 or 12242452. OLE color: 12242452.
HSL color Cylindrical-coordinate representation of color #14CEBA: hue angle of 173.55º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14CEBA is Cyan = 0.90, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 20 | 206 | 186 | - |
| CMYK | 0.90 | 0 | 0.10 | 0.19 |
| HSL | 173.55º | 0.82% | 0.44% | - |
| HSV(B) | 173.55º | 0.9% | 0.81% | - |
| XYZ | 31.22 | 47.84 | 54.04 | - |
| YUV | 148.11 | 149.38 | 36.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 206 | 186 | 0.90 | 0 | 0.10 | 0.19 | 173.55 | 0.82 | 0.44 |
| Hex | 14 | CE | BA | 5A | 0 | A | 13 | AE | 52 | 2C |
| Octal | 24 | 316 | 272 | 132 | 0 | 12 | 23 | 256 | 122 | 54 |
| Binary | 10100 | 11001110 | 10111010 | 1011010 | 0 | 1010 | 10011 | 10101110 | 1010010 | 101100 |
Color Harmonies of #14CEBA
Complementary color
Monochromatic Colors of #14CEBA
Black with #14CEBA
Text Example
Text Example
White with #14CEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14CEBA; }
p { color: rgb(20,206,186); }
H1.HeaderClassName
{
color: #14CEBA;
}
.AnyTagClassName
{
color: #14CEBA;
}
</style>
background-color css
<style>
a { background-color: #14CEBA; }
a { background-color: rgb(20,206,186); }
div.DivClassName
{
background-color: #14CEBA;
}
.BgClassName
{
background-color: #14CEBA;
}
</style>
border-color css
<style>
span { border-color: #14CEBA; }
span { border-color: rgb(20,206,186); }
td.TdClassName
{
border-color: #14CEBA;
}
.TagClassName
{
border-color: #14CEBA;
}
</style>