Shades of Robin's Egg Blue #0ECBBE
Tints of Robin's Egg Blue #0ECBBE
RGB
CMYK
RGB Variations
Color information
#0ECBBE (or 0x0ECBBE) is known color: Robin's Egg Blue. HEX triplet: 0E, CB and BE. RGB value is (14,203,190). Sum of RGB (Red+Green+Blue) = 14+203+190=407 (53% of max value = 765). Red value is 14 (5.86% from 255 or 3.44% from 407); Green value is 203 (79.69% from 255 or 49.88% from 407); Blue value is 190 (74.61% from 255 or 46.68% from 407); Max value from RGB is 203 - color contains mainly: green. Hex color #0ECBBE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ECBBE is #F13441. Grayscale: #909090. Windows color (decimal): -15807554 or 12503822. OLE color: 12503822.
HSL color Cylindrical-coordinate representation of color #0ECBBE: hue angle of 175.87º 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 #0ECBBE is Cyan = 0.93, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 14 | 203 | 190 | - |
| CMYK | 0.93 | 0 | 0.06 | 0.20 |
| HSL | 175.87º | 0.87% | 0.43% | - |
| HSV(B) | 175.87º | 0.93% | 0.8% | - |
| XYZ | 30.83 | 46.52 | 56.07 | - |
| YUV | 145.01 | 153.38 | 34.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 203 | 190 | 0.93 | 0 | 0.06 | 0.20 | 175.87 | 0.87 | 0.43 |
| Hex | E | CB | BE | 5D | 0 | 6 | 14 | B0 | 57 | 2B |
| Octal | 16 | 313 | 276 | 135 | 0 | 6 | 24 | 260 | 127 | 53 |
| Binary | 1110 | 11001011 | 10111110 | 1011101 | 0 | 110 | 10100 | 10110000 | 1010111 | 101011 |
Color Harmonies of #0ECBBE
Complementary color
Monochromatic Colors of #0ECBBE
Black with #0ECBBE
Text Example
Text Example
White with #0ECBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ECBBE; }
p { color: rgb(14,203,190); }
H1.HeaderClassName
{
color: #0ECBBE;
}
.AnyTagClassName
{
color: #0ECBBE;
}
</style>
background-color css
<style>
a { background-color: #0ECBBE; }
a { background-color: rgb(14,203,190); }
div.DivClassName
{
background-color: #0ECBBE;
}
.BgClassName
{
background-color: #0ECBBE;
}
</style>
border-color css
<style>
span { border-color: #0ECBBE; }
span { border-color: rgb(14,203,190); }
td.TdClassName
{
border-color: #0ECBBE;
}
.TagClassName
{
border-color: #0ECBBE;
}
</style>