Shades of Robin's Egg Blue #0ECDCB
Tints of Robin's Egg Blue #0ECDCB
RGB
CMYK
RGB Variations
Color information
#0ECDCB (or 0x0ECDCB) is known color: Robin's Egg Blue. HEX triplet: 0E, CD and CB. RGB value is (14,205,203). Sum of RGB (Red+Green+Blue) = 14+205+203=422 (55% of max value = 765). Red value is 14 (5.86% from 255 or 3.32% from 422); Green value is 205 (80.47% from 255 or 48.58% from 422); Blue value is 203 (79.69% from 255 or 48.10% from 422); Max value from RGB is 205 - color contains mainly: green. Hex color #0ECDCB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ECDCB is #F13234. Grayscale: #939393. Windows color (decimal): -15807029 or 13356302. OLE color: 13356302.
HSL color Cylindrical-coordinate representation of color #0ECDCB: hue angle of 179.37º 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 #0ECDCB is Cyan = 0.93, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 14 | 205 | 203 | - |
| CMYK | 0.93 | 0 | 0.01 | 0.20 |
| HSL | 179.37º | 0.87% | 0.43% | - |
| HSV(B) | 179.37º | 0.93% | 0.8% | - |
| XYZ | 32.79 | 48.07 | 64.05 | - |
| YUV | 147.66 | 159.22 | 32.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 205 | 203 | 0.93 | 0 | 0.01 | 0.20 | 179.37 | 0.87 | 0.43 |
| Hex | E | CD | CB | 5D | 0 | 1 | 14 | B3 | 57 | 2B |
| Octal | 16 | 315 | 313 | 135 | 0 | 1 | 24 | 263 | 127 | 53 |
| Binary | 1110 | 11001101 | 11001011 | 1011101 | 0 | 1 | 10100 | 10110011 | 1010111 | 101011 |
Color Harmonies of #0ECDCB
Complementary color
Monochromatic Colors of #0ECDCB
Black with #0ECDCB
Text Example
Text Example
White with #0ECDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ECDCB; }
p { color: rgb(14,205,203); }
H1.HeaderClassName
{
color: #0ECDCB;
}
.AnyTagClassName
{
color: #0ECDCB;
}
</style>
background-color css
<style>
a { background-color: #0ECDCB; }
a { background-color: rgb(14,205,203); }
div.DivClassName
{
background-color: #0ECDCB;
}
.BgClassName
{
background-color: #0ECDCB;
}
</style>
border-color css
<style>
span { border-color: #0ECDCB; }
span { border-color: rgb(14,205,203); }
td.TdClassName
{
border-color: #0ECDCB;
}
.TagClassName
{
border-color: #0ECDCB;
}
</style>