Shades of Robin's Egg Blue #14CCB8
Tints of Robin's Egg Blue #14CCB8
RGB
CMYK
RGB Variations
Color information
#14CCB8 (or 0x14CCB8) is known color: Robin's Egg Blue. HEX triplet: 14, CC and B8. RGB value is (20,204,184). Sum of RGB (Red+Green+Blue) = 20+204+184=408 (54% of max value = 765). Red value is 20 (8.20% from 255 or 4.90% from 408); Green value is 204 (80.08% from 255 or 50% from 408); Blue value is 184 (72.27% from 255 or 45.10% from 408); Max value from RGB is 204 - color contains mainly: green. Hex color #14CCB8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14CCB8 is #EB3347. Grayscale: #929292. Windows color (decimal): -15414088 or 12110868. OLE color: 12110868.
HSL color Cylindrical-coordinate representation of color #14CCB8: hue angle of 173.48º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14CCB8 is Cyan = 0.90, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 20 | 204 | 184 | - |
| CMYK | 0.90 | 0 | 0.10 | 0.2 |
| HSL | 173.48º | 0.82% | 0.44% | - |
| HSV(B) | 173.48º | 0.9% | 0.8% | - |
| XYZ | 30.53 | 46.8 | 52.77 | - |
| YUV | 146.7 | 149.04 | 37.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 204 | 184 | 0.90 | 0 | 0.10 | 0.2 | 173.48 | 0.82 | 0.44 |
| Hex | 14 | CC | B8 | 5A | 0 | A | 14 | AD | 52 | 2C |
| Octal | 24 | 314 | 270 | 132 | 0 | 12 | 24 | 255 | 122 | 54 |
| Binary | 10100 | 11001100 | 10111000 | 1011010 | 0 | 1010 | 10100 | 10101101 | 1010010 | 101100 |
Color Harmonies of #14CCB8
Complementary color
Monochromatic Colors of #14CCB8
Black with #14CCB8
Text Example
Text Example
White with #14CCB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14CCB8; }
p { color: rgb(20,204,184); }
H1.HeaderClassName
{
color: #14CCB8;
}
.AnyTagClassName
{
color: #14CCB8;
}
</style>
background-color css
<style>
a { background-color: #14CCB8; }
a { background-color: rgb(20,204,184); }
div.DivClassName
{
background-color: #14CCB8;
}
.BgClassName
{
background-color: #14CCB8;
}
</style>
border-color css
<style>
span { border-color: #14CCB8; }
span { border-color: rgb(20,204,184); }
td.TdClassName
{
border-color: #14CCB8;
}
.TagClassName
{
border-color: #14CCB8;
}
</style>