Shades of Robin's Egg Blue #14CFB5
Tints of Robin's Egg Blue #14CFB5
RGB
CMYK
RGB Variations
Color information
#14CFB5 (or 0x14CFB5) is known color: Robin's Egg Blue. HEX triplet: 14, CF and B5. RGB value is (20,207,181). Sum of RGB (Red+Green+Blue) = 20+207+181=408 (54% of max value = 765). Red value is 20 (8.20% from 255 or 4.90% from 408); Green value is 207 (81.25% from 255 or 50.74% from 408); Blue value is 181 (71.09% from 255 or 44.36% from 408); Max value from RGB is 207 - color contains mainly: green. Hex color #14CFB5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14CFB5 is #EB304A. Grayscale: #949494. Windows color (decimal): -15413323 or 11915028. OLE color: 11915028.
HSL color Cylindrical-coordinate representation of color #14CFB5: hue angle of 171.66º 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 #14CFB5 is Cyan = 0.90, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 20 | 207 | 181 | - |
| CMYK | 0.90 | 0 | 0.13 | 0.19 |
| HSL | 171.66º | 0.82% | 0.45% | - |
| HSV(B) | 171.66º | 0.9% | 0.81% | - |
| XYZ | 30.94 | 48.11 | 51.37 | - |
| YUV | 148.12 | 146.55 | 36.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 207 | 181 | 0.90 | 0 | 0.13 | 0.19 | 171.66 | 0.82 | 0.45 |
| Hex | 14 | CF | B5 | 5A | 0 | D | 13 | AC | 52 | 2D |
| Octal | 24 | 317 | 265 | 132 | 0 | 15 | 23 | 254 | 122 | 55 |
| Binary | 10100 | 11001111 | 10110101 | 1011010 | 0 | 1101 | 10011 | 10101100 | 1010010 | 101101 |
Color Harmonies of #14CFB5
Complementary color
Monochromatic Colors of #14CFB5
Black with #14CFB5
Text Example
Text Example
White with #14CFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14CFB5; }
p { color: rgb(20,207,181); }
H1.HeaderClassName
{
color: #14CFB5;
}
.AnyTagClassName
{
color: #14CFB5;
}
</style>
background-color css
<style>
a { background-color: #14CFB5; }
a { background-color: rgb(20,207,181); }
div.DivClassName
{
background-color: #14CFB5;
}
.BgClassName
{
background-color: #14CFB5;
}
</style>
border-color css
<style>
span { border-color: #14CFB5; }
span { border-color: rgb(20,207,181); }
td.TdClassName
{
border-color: #14CFB5;
}
.TagClassName
{
border-color: #14CFB5;
}
</style>