Shades of Robin's Egg Blue #14D3C4
Tints of Robin's Egg Blue #14D3C4
RGB
CMYK
RGB Variations
Color information
#14D3C4 (or 0x14D3C4) is known color: Robin's Egg Blue. HEX triplet: 14, D3 and C4. RGB value is (20,211,196). Sum of RGB (Red+Green+Blue) = 20+211+196=427 (56% of max value = 765). Red value is 20 (8.20% from 255 or 4.68% from 427); Green value is 211 (82.81% from 255 or 49.41% from 427); Blue value is 196 (76.95% from 255 or 45.90% from 427); Max value from RGB is 211 - color contains mainly: green. Hex color #14D3C4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14D3C4 is #EB2C3B. Grayscale: #989898. Windows color (decimal): -15412284 or 12899092. OLE color: 12899092.
HSL color Cylindrical-coordinate representation of color #14D3C4: hue angle of 175.29º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14D3C4 is Cyan = 0.91, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 20 | 211 | 196 | - |
| CMYK | 0.91 | 0 | 0.07 | 0.17 |
| HSL | 175.29º | 0.83% | 0.45% | - |
| HSV(B) | 175.29º | 0.91% | 0.83% | - |
| XYZ | 33.55 | 50.72 | 60.25 | - |
| YUV | 152.18 | 152.72 | 33.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 211 | 196 | 0.91 | 0 | 0.07 | 0.17 | 175.29 | 0.83 | 0.45 |
| Hex | 14 | D3 | C4 | 5B | 0 | 7 | 11 | AF | 53 | 2D |
| Octal | 24 | 323 | 304 | 133 | 0 | 7 | 21 | 257 | 123 | 55 |
| Binary | 10100 | 11010011 | 11000100 | 1011011 | 0 | 111 | 10001 | 10101111 | 1010011 | 101101 |
Color Harmonies of #14D3C4
Complementary color
Monochromatic Colors of #14D3C4
Black with #14D3C4
Text Example
Text Example
White with #14D3C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14D3C4; }
p { color: rgb(20,211,196); }
H1.HeaderClassName
{
color: #14D3C4;
}
.AnyTagClassName
{
color: #14D3C4;
}
</style>
background-color css
<style>
a { background-color: #14D3C4; }
a { background-color: rgb(20,211,196); }
div.DivClassName
{
background-color: #14D3C4;
}
.BgClassName
{
background-color: #14D3C4;
}
</style>
border-color css
<style>
span { border-color: #14D3C4; }
span { border-color: rgb(20,211,196); }
td.TdClassName
{
border-color: #14D3C4;
}
.TagClassName
{
border-color: #14D3C4;
}
</style>