Shades of Robin's Egg Blue #14CEC6
Tints of Robin's Egg Blue #14CEC6
RGB
CMYK
RGB Variations
Color information
#14CEC6 (or 0x14CEC6) is known color: Robin's Egg Blue. HEX triplet: 14, CE and C6. RGB value is (20,206,198). Sum of RGB (Red+Green+Blue) = 20+206+198=424 (56% of max value = 765). Red value is 20 (8.20% from 255 or 4.72% from 424); Green value is 206 (80.86% from 255 or 48.58% from 424); Blue value is 198 (77.73% from 255 or 46.70% from 424); Max value from RGB is 206 - color contains mainly: green. Hex color #14CEC6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14CEC6 is #EB3139. Grayscale: #959595. Windows color (decimal): -15413562 or 13028884. OLE color: 13028884.
HSL color Cylindrical-coordinate representation of color #14CEC6: hue angle of 177.42º 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 #14CEC6 is Cyan = 0.90, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 20 | 206 | 198 | - |
| CMYK | 0.90 | 0 | 0.04 | 0.19 |
| HSL | 177.42º | 0.82% | 0.44% | - |
| HSV(B) | 177.42º | 0.9% | 0.81% | - |
| XYZ | 32.55 | 48.37 | 61.05 | - |
| YUV | 149.47 | 155.38 | 35.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 206 | 198 | 0.90 | 0 | 0.04 | 0.19 | 177.42 | 0.82 | 0.44 |
| Hex | 14 | CE | C6 | 5A | 0 | 4 | 13 | B1 | 52 | 2C |
| Octal | 24 | 316 | 306 | 132 | 0 | 4 | 23 | 261 | 122 | 54 |
| Binary | 10100 | 11001110 | 11000110 | 1011010 | 0 | 100 | 10011 | 10110001 | 1010010 | 101100 |
Color Harmonies of #14CEC6
Complementary color
Monochromatic Colors of #14CEC6
Black with #14CEC6
Text Example
Text Example
White with #14CEC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14CEC6; }
p { color: rgb(20,206,198); }
H1.HeaderClassName
{
color: #14CEC6;
}
.AnyTagClassName
{
color: #14CEC6;
}
</style>
background-color css
<style>
a { background-color: #14CEC6; }
a { background-color: rgb(20,206,198); }
div.DivClassName
{
background-color: #14CEC6;
}
.BgClassName
{
background-color: #14CEC6;
}
</style>
border-color css
<style>
span { border-color: #14CEC6; }
span { border-color: rgb(20,206,198); }
td.TdClassName
{
border-color: #14CEC6;
}
.TagClassName
{
border-color: #14CEC6;
}
</style>