Shades of Robin's Egg Blue #0ECBCC
Tints of Robin's Egg Blue #0ECBCC
RGB
CMYK
RGB Variations
Color information
#0ECBCC (or 0x0ECBCC) is known color: Robin's Egg Blue. HEX triplet: 0E, CB and CC. RGB value is (14,203,204). Sum of RGB (Red+Green+Blue) = 14+203+204=421 (55% of max value = 765). Red value is 14 (5.86% from 255 or 3.33% from 421); Green value is 203 (79.69% from 255 or 48.22% from 421); Blue value is 204 (80.08% from 255 or 48.46% from 421); Max value from RGB is 204 - color contains mainly: blue. Hex color #0ECBCC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ECBCC is #F13433. Grayscale: #929292. Windows color (decimal): -15807540 or 13421326. OLE color: 13421326.
HSL color Cylindrical-coordinate representation of color #0ECBCC: hue angle of 180.32º 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 #0ECBCC is Cyan = 0.93, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 14 | 203 | 204 | - |
| CMYK | 0.93 | 0.00 | 0 | 0.2 |
| HSL | 180.32º | 0.87% | 0.43% | - |
| HSV(B) | 180.32º | 0.93% | 0.8% | - |
| XYZ | 32.44 | 47.16 | 64.52 | - |
| YUV | 146.6 | 160.38 | 33.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 203 | 204 | 0.93 | 0.00 | 0 | 0.2 | 180.32 | 0.87 | 0.43 |
| Hex | E | CB | CC | 5D | 0 | 0 | 14 | B4 | 57 | 2B |
| Octal | 16 | 313 | 314 | 135 | 0 | 0 | 24 | 264 | 127 | 53 |
| Binary | 1110 | 11001011 | 11001100 | 1011101 | 0 | 0 | 10100 | 10110100 | 1010111 | 101011 |
Color Harmonies of #0ECBCC
Complementary color
Monochromatic Colors of #0ECBCC
Black with #0ECBCC
Text Example
Text Example
White with #0ECBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ECBCC; }
p { color: rgb(14,203,204); }
H1.HeaderClassName
{
color: #0ECBCC;
}
.AnyTagClassName
{
color: #0ECBCC;
}
</style>
background-color css
<style>
a { background-color: #0ECBCC; }
a { background-color: rgb(14,203,204); }
div.DivClassName
{
background-color: #0ECBCC;
}
.BgClassName
{
background-color: #0ECBCC;
}
</style>
border-color css
<style>
span { border-color: #0ECBCC; }
span { border-color: rgb(14,203,204); }
td.TdClassName
{
border-color: #0ECBCC;
}
.TagClassName
{
border-color: #0ECBCC;
}
</style>