Shades of Robin's Egg Blue #0ECCCD
Tints of Robin's Egg Blue #0ECCCD
RGB
CMYK
RGB Variations
Color information
#0ECCCD (or 0x0ECCCD) is known color: Robin's Egg Blue. HEX triplet: 0E, CC and CD. RGB value is (14,204,205). Sum of RGB (Red+Green+Blue) = 14+204+205=423 (56% of max value = 765). Red value is 14 (5.86% from 255 or 3.31% from 423); Green value is 204 (80.08% from 255 or 48.23% from 423); Blue value is 205 (80.47% from 255 or 48.46% from 423); Max value from RGB is 205 - color contains mainly: blue. Hex color #0ECCCD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ECCCD is #F13332. Grayscale: #939393. Windows color (decimal): -15807283 or 13487118. OLE color: 13487118.
HSL color Cylindrical-coordinate representation of color #0ECCCD: hue angle of 180.31º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0ECCCD is Cyan = 0.93, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 14 | 204 | 205 | - |
| CMYK | 0.93 | 0.00 | 0 | 0.20 |
| HSL | 180.31º | 0.87% | 0.43% | - |
| HSV(B) | 180.31º | 0.93% | 0.8% | - |
| XYZ | 32.79 | 47.69 | 65.23 | - |
| YUV | 147.3 | 160.55 | 32.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 204 | 205 | 0.93 | 0.00 | 0 | 0.20 | 180.31 | 0.87 | 0.43 |
| Hex | E | CC | CD | 5D | 0 | 0 | 14 | B4 | 57 | 2B |
| Octal | 16 | 314 | 315 | 135 | 0 | 0 | 24 | 264 | 127 | 53 |
| Binary | 1110 | 11001100 | 11001101 | 1011101 | 0 | 0 | 10100 | 10110100 | 1010111 | 101011 |
Color Harmonies of #0ECCCD
Complementary color
Monochromatic Colors of #0ECCCD
Black with #0ECCCD
Text Example
Text Example
White with #0ECCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ECCCD; }
p { color: rgb(14,204,205); }
H1.HeaderClassName
{
color: #0ECCCD;
}
.AnyTagClassName
{
color: #0ECCCD;
}
</style>
background-color css
<style>
a { background-color: #0ECCCD; }
a { background-color: rgb(14,204,205); }
div.DivClassName
{
background-color: #0ECCCD;
}
.BgClassName
{
background-color: #0ECCCD;
}
</style>
border-color css
<style>
span { border-color: #0ECCCD; }
span { border-color: rgb(14,204,205); }
td.TdClassName
{
border-color: #0ECCCD;
}
.TagClassName
{
border-color: #0ECCCD;
}
</style>