Shades of Robin's Egg Blue #14CFB9
Tints of Robin's Egg Blue #14CFB9
RGB
CMYK
RGB Variations
Color information
#14CFB9 (or 0x14CFB9) is known color: Robin's Egg Blue. HEX triplet: 14, CF and B9. RGB value is (20,207,185). Sum of RGB (Red+Green+Blue) = 20+207+185=412 (54% of max value = 765). Red value is 20 (8.20% from 255 or 4.85% from 412); Green value is 207 (81.25% from 255 or 50.24% from 412); Blue value is 185 (72.66% from 255 or 44.90% from 412); Max value from RGB is 207 - color contains mainly: green. Hex color #14CFB9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14CFB9 is #EB3046. Grayscale: #949494. Windows color (decimal): -15413319 or 12177172. OLE color: 12177172.
HSL color Cylindrical-coordinate representation of color #14CFB9: hue angle of 172.94º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14CFB9 is Cyan = 0.90, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 20 | 207 | 185 | - |
| CMYK | 0.90 | 0 | 0.11 | 0.19 |
| HSL | 172.94º | 0.82% | 0.45% | - |
| HSV(B) | 172.94º | 0.9% | 0.81% | - |
| XYZ | 31.36 | 48.28 | 53.56 | - |
| YUV | 148.58 | 148.55 | 36.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 207 | 185 | 0.90 | 0 | 0.11 | 0.19 | 172.94 | 0.82 | 0.45 |
| Hex | 14 | CF | B9 | 5A | 0 | B | 13 | AD | 52 | 2D |
| Octal | 24 | 317 | 271 | 132 | 0 | 13 | 23 | 255 | 122 | 55 |
| Binary | 10100 | 11001111 | 10111001 | 1011010 | 0 | 1011 | 10011 | 10101101 | 1010010 | 101101 |
Color Harmonies of #14CFB9
Complementary color
Monochromatic Colors of #14CFB9
Black with #14CFB9
Text Example
Text Example
White with #14CFB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14CFB9; }
p { color: rgb(20,207,185); }
H1.HeaderClassName
{
color: #14CFB9;
}
.AnyTagClassName
{
color: #14CFB9;
}
</style>
background-color css
<style>
a { background-color: #14CFB9; }
a { background-color: rgb(20,207,185); }
div.DivClassName
{
background-color: #14CFB9;
}
.BgClassName
{
background-color: #14CFB9;
}
</style>
border-color css
<style>
span { border-color: #14CFB9; }
span { border-color: rgb(20,207,185); }
td.TdClassName
{
border-color: #14CFB9;
}
.TagClassName
{
border-color: #14CFB9;
}
</style>