Shades of Robin's Egg Blue #14CFB8
Tints of Robin's Egg Blue #14CFB8
RGB
CMYK
RGB Variations
Color information
#14CFB8 (or 0x14CFB8) is known color: Robin's Egg Blue. HEX triplet: 14, CF and B8. RGB value is (20,207,184). Sum of RGB (Red+Green+Blue) = 20+207+184=411 (54% of max value = 765). Red value is 20 (8.20% from 255 or 4.87% from 411); Green value is 207 (81.25% from 255 or 50.36% from 411); Blue value is 184 (72.27% from 255 or 44.77% from 411); Max value from RGB is 207 - color contains mainly: green. Hex color #14CFB8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14CFB8 is #EB3047. Grayscale: #949494. Windows color (decimal): -15413320 or 12111636. OLE color: 12111636.
HSL color Cylindrical-coordinate representation of color #14CFB8: hue angle of 172.62º 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 #14CFB8 is Cyan = 0.90, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 20 | 207 | 184 | - |
| CMYK | 0.90 | 0 | 0.11 | 0.19 |
| HSL | 172.62º | 0.82% | 0.45% | - |
| HSV(B) | 172.62º | 0.9% | 0.81% | - |
| XYZ | 31.25 | 48.24 | 53.01 | - |
| YUV | 148.47 | 148.05 | 36.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 207 | 184 | 0.90 | 0 | 0.11 | 0.19 | 172.62 | 0.82 | 0.45 |
| Hex | 14 | CF | B8 | 5A | 0 | B | 13 | AD | 52 | 2D |
| Octal | 24 | 317 | 270 | 132 | 0 | 13 | 23 | 255 | 122 | 55 |
| Binary | 10100 | 11001111 | 10111000 | 1011010 | 0 | 1011 | 10011 | 10101101 | 1010010 | 101101 |
Color Harmonies of #14CFB8
Complementary color
Monochromatic Colors of #14CFB8
Black with #14CFB8
Text Example
Text Example
White with #14CFB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14CFB8; }
p { color: rgb(20,207,184); }
H1.HeaderClassName
{
color: #14CFB8;
}
.AnyTagClassName
{
color: #14CFB8;
}
</style>
background-color css
<style>
a { background-color: #14CFB8; }
a { background-color: rgb(20,207,184); }
div.DivClassName
{
background-color: #14CFB8;
}
.BgClassName
{
background-color: #14CFB8;
}
</style>
border-color css
<style>
span { border-color: #14CFB8; }
span { border-color: rgb(20,207,184); }
td.TdClassName
{
border-color: #14CFB8;
}
.TagClassName
{
border-color: #14CFB8;
}
</style>