Shades of Robin's Egg Blue #14CFBD
Tints of Robin's Egg Blue #14CFBD
RGB
CMYK
RGB Variations
Color information
#14CFBD (or 0x14CFBD) is known color: Robin's Egg Blue. HEX triplet: 14, CF and BD. RGB value is (20,207,189). Sum of RGB (Red+Green+Blue) = 20+207+189=416 (55% of max value = 765). Red value is 20 (8.20% from 255 or 4.81% from 416); Green value is 207 (81.25% from 255 or 49.76% from 416); Blue value is 189 (74.22% from 255 or 45.43% from 416); Max value from RGB is 207 - color contains mainly: green. Hex color #14CFBD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14CFBD is #EB3042. Grayscale: #949494. Windows color (decimal): -15413315 or 12439316. OLE color: 12439316.
HSL color Cylindrical-coordinate representation of color #14CFBD: hue angle of 174.22º 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 #14CFBD is Cyan = 0.90, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 20 | 207 | 189 | - |
| CMYK | 0.90 | 0 | 0.09 | 0.19 |
| HSL | 174.22º | 0.82% | 0.45% | - |
| HSV(B) | 174.22º | 0.9% | 0.81% | - |
| XYZ | 31.79 | 48.45 | 55.82 | - |
| YUV | 149.04 | 150.55 | 35.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 207 | 189 | 0.90 | 0 | 0.09 | 0.19 | 174.22 | 0.82 | 0.45 |
| Hex | 14 | CF | BD | 5A | 0 | 9 | 13 | AE | 52 | 2D |
| Octal | 24 | 317 | 275 | 132 | 0 | 11 | 23 | 256 | 122 | 55 |
| Binary | 10100 | 11001111 | 10111101 | 1011010 | 0 | 1001 | 10011 | 10101110 | 1010010 | 101101 |
Color Harmonies of #14CFBD
Complementary color
Monochromatic Colors of #14CFBD
Black with #14CFBD
Text Example
Text Example
White with #14CFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14CFBD; }
p { color: rgb(20,207,189); }
H1.HeaderClassName
{
color: #14CFBD;
}
.AnyTagClassName
{
color: #14CFBD;
}
</style>
background-color css
<style>
a { background-color: #14CFBD; }
a { background-color: rgb(20,207,189); }
div.DivClassName
{
background-color: #14CFBD;
}
.BgClassName
{
background-color: #14CFBD;
}
</style>
border-color css
<style>
span { border-color: #14CFBD; }
span { border-color: rgb(20,207,189); }
td.TdClassName
{
border-color: #14CFBD;
}
.TagClassName
{
border-color: #14CFBD;
}
</style>