Shades of Robin's Egg Blue #14DBBA
Tints of Robin's Egg Blue #14DBBA
RGB
CMYK
RGB Variations
Color information
#14DBBA (or 0x14DBBA) is known color: Robin's Egg Blue. HEX triplet: 14, DB and BA. RGB value is (20,219,186). Sum of RGB (Red+Green+Blue) = 20+219+186=425 (56% of max value = 765). Red value is 20 (8.20% from 255 or 4.71% from 425); Green value is 219 (85.94% from 255 or 51.53% from 425); Blue value is 186 (73.05% from 255 or 43.76% from 425); Max value from RGB is 219 - color contains mainly: green. Hex color #14DBBA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14DBBA is #EB2445. Grayscale: #9B9B9B. Windows color (decimal): -15410246 or 12245780. OLE color: 12245780.
HSL color Cylindrical-coordinate representation of color #14DBBA: hue angle of 170.05º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14DBBA is Cyan = 0.91, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 20 | 219 | 186 | - |
| CMYK | 0.91 | 0 | 0.15 | 0.14 |
| HSL | 170.05º | 0.83% | 0.47% | - |
| HSV(B) | 170.05º | 0.91% | 0.86% | - |
| XYZ | 34.48 | 54.36 | 55.13 | - |
| YUV | 155.74 | 145.07 | 31.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 219 | 186 | 0.91 | 0 | 0.15 | 0.14 | 170.05 | 0.83 | 0.47 |
| Hex | 14 | DB | BA | 5B | 0 | F | E | AA | 53 | 2F |
| Octal | 24 | 333 | 272 | 133 | 0 | 17 | 16 | 252 | 123 | 57 |
| Binary | 10100 | 11011011 | 10111010 | 1011011 | 0 | 1111 | 1110 | 10101010 | 1010011 | 101111 |
Color Harmonies of #14DBBA
Complementary color
Monochromatic Colors of #14DBBA
Black with #14DBBA
Text Example
Text Example
White with #14DBBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14DBBA; }
p { color: rgb(20,219,186); }
H1.HeaderClassName
{
color: #14DBBA;
}
.AnyTagClassName
{
color: #14DBBA;
}
</style>
background-color css
<style>
a { background-color: #14DBBA; }
a { background-color: rgb(20,219,186); }
div.DivClassName
{
background-color: #14DBBA;
}
.BgClassName
{
background-color: #14DBBA;
}
</style>
border-color css
<style>
span { border-color: #14DBBA; }
span { border-color: rgb(20,219,186); }
td.TdClassName
{
border-color: #14DBBA;
}
.TagClassName
{
border-color: #14DBBA;
}
</style>