Shades of Robin's Egg Blue #14CFC8
Tints of Robin's Egg Blue #14CFC8
RGB
CMYK
RGB Variations
Color information
#14CFC8 (or 0x14CFC8) is known color: Robin's Egg Blue. HEX triplet: 14, CF and C8. RGB value is (20,207,200). Sum of RGB (Red+Green+Blue) = 20+207+200=427 (56% of max value = 765). Red value is 20 (8.20% from 255 or 4.68% from 427); Green value is 207 (81.25% from 255 or 48.48% from 427); Blue value is 200 (78.52% from 255 or 46.84% from 427); Max value from RGB is 207 - color contains mainly: green. Hex color #14CFC8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14CFC8 is #EB3037. Grayscale: #969696. Windows color (decimal): -15413304 or 13160212. OLE color: 13160212.
HSL color Cylindrical-coordinate representation of color #14CFC8: hue angle of 177.75º 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 #14CFC8 is Cyan = 0.90, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 20 | 207 | 200 | - |
| CMYK | 0.90 | 0 | 0.03 | 0.19 |
| HSL | 177.75º | 0.82% | 0.45% | - |
| HSV(B) | 177.75º | 0.9% | 0.81% | - |
| XYZ | 33.03 | 48.94 | 62.35 | - |
| YUV | 150.29 | 156.05 | 35.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 207 | 200 | 0.90 | 0 | 0.03 | 0.19 | 177.75 | 0.82 | 0.45 |
| Hex | 14 | CF | C8 | 5A | 0 | 3 | 13 | B2 | 52 | 2D |
| Octal | 24 | 317 | 310 | 132 | 0 | 3 | 23 | 262 | 122 | 55 |
| Binary | 10100 | 11001111 | 11001000 | 1011010 | 0 | 11 | 10011 | 10110010 | 1010010 | 101101 |
Color Harmonies of #14CFC8
Complementary color
Monochromatic Colors of #14CFC8
Black with #14CFC8
Text Example
Text Example
White with #14CFC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14CFC8; }
p { color: rgb(20,207,200); }
H1.HeaderClassName
{
color: #14CFC8;
}
.AnyTagClassName
{
color: #14CFC8;
}
</style>
background-color css
<style>
a { background-color: #14CFC8; }
a { background-color: rgb(20,207,200); }
div.DivClassName
{
background-color: #14CFC8;
}
.BgClassName
{
background-color: #14CFC8;
}
</style>
border-color css
<style>
span { border-color: #14CFC8; }
span { border-color: rgb(20,207,200); }
td.TdClassName
{
border-color: #14CFC8;
}
.TagClassName
{
border-color: #14CFC8;
}
</style>