Shades of Robin's Egg Blue #14CEBB
Tints of Robin's Egg Blue #14CEBB
RGB
CMYK
RGB Variations
Color information
#14CEBB (or 0x14CEBB) is known color: Robin's Egg Blue. HEX triplet: 14, CE and BB. RGB value is (20,206,187). Sum of RGB (Red+Green+Blue) = 20+206+187=413 (54% of max value = 765). Red value is 20 (8.20% from 255 or 4.84% from 413); Green value is 206 (80.86% from 255 or 49.88% from 413); Blue value is 187 (73.44% from 255 or 45.28% from 413); Max value from RGB is 206 - color contains mainly: green. Hex color #14CEBB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14CEBB is #EB3144. Grayscale: #949494. Windows color (decimal): -15413573 or 12307988. OLE color: 12307988.
HSL color Cylindrical-coordinate representation of color #14CEBB: hue angle of 173.87º 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 #14CEBB is Cyan = 0.90, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 20 | 206 | 187 | - |
| CMYK | 0.90 | 0 | 0.09 | 0.19 |
| HSL | 173.87º | 0.82% | 0.44% | - |
| HSV(B) | 173.87º | 0.9% | 0.81% | - |
| XYZ | 31.33 | 47.88 | 54.6 | - |
| YUV | 148.22 | 149.88 | 36.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 206 | 187 | 0.90 | 0 | 0.09 | 0.19 | 173.87 | 0.82 | 0.44 |
| Hex | 14 | CE | BB | 5A | 0 | 9 | 13 | AE | 52 | 2C |
| Octal | 24 | 316 | 273 | 132 | 0 | 11 | 23 | 256 | 122 | 54 |
| Binary | 10100 | 11001110 | 10111011 | 1011010 | 0 | 1001 | 10011 | 10101110 | 1010010 | 101100 |
Color Harmonies of #14CEBB
Complementary color
Monochromatic Colors of #14CEBB
Black with #14CEBB
Text Example
Text Example
White with #14CEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14CEBB; }
p { color: rgb(20,206,187); }
H1.HeaderClassName
{
color: #14CEBB;
}
.AnyTagClassName
{
color: #14CEBB;
}
</style>
background-color css
<style>
a { background-color: #14CEBB; }
a { background-color: rgb(20,206,187); }
div.DivClassName
{
background-color: #14CEBB;
}
.BgClassName
{
background-color: #14CEBB;
}
</style>
border-color css
<style>
span { border-color: #14CEBB; }
span { border-color: rgb(20,206,187); }
td.TdClassName
{
border-color: #14CEBB;
}
.TagClassName
{
border-color: #14CEBB;
}
</style>