Shades of Robin's Egg Blue #0ECFCC
Tints of Robin's Egg Blue #0ECFCC
RGB
CMYK
RGB Variations
Color information
#0ECFCC (or 0x0ECFCC) is known color: Robin's Egg Blue. HEX triplet: 0E, CF and CC. RGB value is (14,207,204). Sum of RGB (Red+Green+Blue) = 14+207+204=425 (56% of max value = 765). Red value is 14 (5.86% from 255 or 3.29% from 425); Green value is 207 (81.25% from 255 or 48.71% from 425); Blue value is 204 (80.08% from 255 or 48% from 425); Max value from RGB is 207 - color contains mainly: green. Hex color #0ECFCC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ECFCC is #F13033. Grayscale: #949494. Windows color (decimal): -15806516 or 13422350. OLE color: 13422350.
HSL color Cylindrical-coordinate representation of color #0ECFCC: hue angle of 179.07º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0ECFCC is Cyan = 0.93, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 14 | 207 | 204 | - |
| CMYK | 0.93 | 0 | 0.01 | 0.19 |
| HSL | 179.07º | 0.87% | 0.43% | - |
| HSV(B) | 179.07º | 0.93% | 0.81% | - |
| XYZ | 33.39 | 49.08 | 64.84 | - |
| YUV | 148.95 | 159.06 | 31.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 207 | 204 | 0.93 | 0 | 0.01 | 0.19 | 179.07 | 0.87 | 0.43 |
| Hex | E | CF | CC | 5D | 0 | 1 | 13 | B3 | 57 | 2B |
| Octal | 16 | 317 | 314 | 135 | 0 | 1 | 23 | 263 | 127 | 53 |
| Binary | 1110 | 11001111 | 11001100 | 1011101 | 0 | 1 | 10011 | 10110011 | 1010111 | 101011 |
Color Harmonies of #0ECFCC
Complementary color
Monochromatic Colors of #0ECFCC
Black with #0ECFCC
Text Example
Text Example
White with #0ECFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ECFCC; }
p { color: rgb(14,207,204); }
H1.HeaderClassName
{
color: #0ECFCC;
}
.AnyTagClassName
{
color: #0ECFCC;
}
</style>
background-color css
<style>
a { background-color: #0ECFCC; }
a { background-color: rgb(14,207,204); }
div.DivClassName
{
background-color: #0ECFCC;
}
.BgClassName
{
background-color: #0ECFCC;
}
</style>
border-color css
<style>
span { border-color: #0ECFCC; }
span { border-color: rgb(14,207,204); }
td.TdClassName
{
border-color: #0ECFCC;
}
.TagClassName
{
border-color: #0ECFCC;
}
</style>