Shades of Robin's Egg Blue #0ECBBF
Tints of Robin's Egg Blue #0ECBBF
RGB
CMYK
RGB Variations
Color information
#0ECBBF (or 0x0ECBBF) is known color: Robin's Egg Blue. HEX triplet: 0E, CB and BF. RGB value is (14,203,191). Sum of RGB (Red+Green+Blue) = 14+203+191=408 (54% of max value = 765). Red value is 14 (5.86% from 255 or 3.43% from 408); Green value is 203 (79.69% from 255 or 49.75% from 408); Blue value is 191 (75% from 255 or 46.81% from 408); Max value from RGB is 203 - color contains mainly: green. Hex color #0ECBBF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ECBBF is #F13440. Grayscale: #909090. Windows color (decimal): -15807553 or 12569358. OLE color: 12569358.
HSL color Cylindrical-coordinate representation of color #0ECBBF: hue angle of 176.19º 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 #0ECBBF is Cyan = 0.93, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 14 | 203 | 191 | - |
| CMYK | 0.93 | 0 | 0.06 | 0.20 |
| HSL | 176.19º | 0.87% | 0.43% | - |
| HSV(B) | 176.19º | 0.93% | 0.8% | - |
| XYZ | 30.94 | 46.57 | 56.65 | - |
| YUV | 145.12 | 153.88 | 34.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 203 | 191 | 0.93 | 0 | 0.06 | 0.20 | 176.19 | 0.87 | 0.43 |
| Hex | E | CB | BF | 5D | 0 | 6 | 14 | B0 | 57 | 2B |
| Octal | 16 | 313 | 277 | 135 | 0 | 6 | 24 | 260 | 127 | 53 |
| Binary | 1110 | 11001011 | 10111111 | 1011101 | 0 | 110 | 10100 | 10110000 | 1010111 | 101011 |
Color Harmonies of #0ECBBF
Complementary color
Monochromatic Colors of #0ECBBF
Black with #0ECBBF
Text Example
Text Example
White with #0ECBBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ECBBF; }
p { color: rgb(14,203,191); }
H1.HeaderClassName
{
color: #0ECBBF;
}
.AnyTagClassName
{
color: #0ECBBF;
}
</style>
background-color css
<style>
a { background-color: #0ECBBF; }
a { background-color: rgb(14,203,191); }
div.DivClassName
{
background-color: #0ECBBF;
}
.BgClassName
{
background-color: #0ECBBF;
}
</style>
border-color css
<style>
span { border-color: #0ECBBF; }
span { border-color: rgb(14,203,191); }
td.TdClassName
{
border-color: #0ECBBF;
}
.TagClassName
{
border-color: #0ECBBF;
}
</style>