Shades of Robin's Egg Blue #14DAC9
Tints of Robin's Egg Blue #14DAC9
RGB
CMYK
RGB Variations
Color information
#14DAC9 (or 0x14DAC9) is known color: Robin's Egg Blue. HEX triplet: 14, DA and C9. RGB value is (20,218,201). Sum of RGB (Red+Green+Blue) = 20+218+201=439 (58% of max value = 765). Red value is 20 (8.20% from 255 or 4.56% from 439); Green value is 218 (85.55% from 255 or 49.66% from 439); Blue value is 201 (78.91% from 255 or 45.79% from 439); Max value from RGB is 218 - color contains mainly: green. Hex color #14DAC9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14DAC9 is #EB2536. Grayscale: #9C9C9C. Windows color (decimal): -15410487 or 13228564. OLE color: 13228564.
HSL color Cylindrical-coordinate representation of color #14DAC9: hue angle of 174.85º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14DAC9 is Cyan = 0.91, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 20 | 218 | 201 | - |
| CMYK | 0.91 | 0 | 0.08 | 0.15 |
| HSL | 174.85º | 0.83% | 0.47% | - |
| HSV(B) | 174.85º | 0.91% | 0.85% | - |
| XYZ | 35.9 | 54.51 | 63.89 | - |
| YUV | 156.86 | 152.9 | 30.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 218 | 201 | 0.91 | 0 | 0.08 | 0.15 | 174.85 | 0.83 | 0.47 |
| Hex | 14 | DA | C9 | 5B | 0 | 8 | F | AF | 53 | 2F |
| Octal | 24 | 332 | 311 | 133 | 0 | 10 | 17 | 257 | 123 | 57 |
| Binary | 10100 | 11011010 | 11001001 | 1011011 | 0 | 1000 | 1111 | 10101111 | 1010011 | 101111 |
Color Harmonies of #14DAC9
Complementary color
Monochromatic Colors of #14DAC9
Black with #14DAC9
Text Example
Text Example
White with #14DAC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14DAC9; }
p { color: rgb(20,218,201); }
H1.HeaderClassName
{
color: #14DAC9;
}
.AnyTagClassName
{
color: #14DAC9;
}
</style>
background-color css
<style>
a { background-color: #14DAC9; }
a { background-color: rgb(20,218,201); }
div.DivClassName
{
background-color: #14DAC9;
}
.BgClassName
{
background-color: #14DAC9;
}
</style>
border-color css
<style>
span { border-color: #14DAC9; }
span { border-color: rgb(20,218,201); }
td.TdClassName
{
border-color: #14DAC9;
}
.TagClassName
{
border-color: #14DAC9;
}
</style>