Shades of Robin's Egg Blue #0DCEB9
Tints of Robin's Egg Blue #0DCEB9
RGB
CMYK
RGB Variations
Color information
#0DCEB9 (or 0x0DCEB9) is known color: Robin's Egg Blue. HEX triplet: 0D, CE and B9. RGB value is (13,206,185). Sum of RGB (Red+Green+Blue) = 13+206+185=404 (53% of max value = 765). Red value is 13 (5.47% from 255 or 3.22% from 404); Green value is 206 (80.86% from 255 or 50.99% from 404); Blue value is 185 (72.66% from 255 or 45.79% from 404); Max value from RGB is 206 - color contains mainly: green. Hex color #0DCEB9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DCEB9 is #F23146. Grayscale: #919191. Windows color (decimal): -15872327 or 12176909. OLE color: 12176909.
HSL color Cylindrical-coordinate representation of color #0DCEB9: hue angle of 173.47º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DCEB9 is Cyan = 0.94, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 13 | 206 | 185 | - |
| CMYK | 0.94 | 0 | 0.10 | 0.19 |
| HSL | 173.47º | 0.88% | 0.43% | - |
| HSV(B) | 173.47º | 0.94% | 0.81% | - |
| XYZ | 30.99 | 47.73 | 53.48 | - |
| YUV | 145.9 | 150.06 | 33.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 206 | 185 | 0.94 | 0 | 0.10 | 0.19 | 173.47 | 0.88 | 0.43 |
| Hex | D | CE | B9 | 5E | 0 | A | 13 | AD | 58 | 2B |
| Octal | 15 | 316 | 271 | 136 | 0 | 12 | 23 | 255 | 130 | 53 |
| Binary | 1101 | 11001110 | 10111001 | 1011110 | 0 | 1010 | 10011 | 10101101 | 1011000 | 101011 |
Color Harmonies of #0DCEB9
Complementary color
Monochromatic Colors of #0DCEB9
Black with #0DCEB9
Text Example
Text Example
White with #0DCEB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DCEB9; }
p { color: rgb(13,206,185); }
H1.HeaderClassName
{
color: #0DCEB9;
}
.AnyTagClassName
{
color: #0DCEB9;
}
</style>
background-color css
<style>
a { background-color: #0DCEB9; }
a { background-color: rgb(13,206,185); }
div.DivClassName
{
background-color: #0DCEB9;
}
.BgClassName
{
background-color: #0DCEB9;
}
</style>
border-color css
<style>
span { border-color: #0DCEB9; }
span { border-color: rgb(13,206,185); }
td.TdClassName
{
border-color: #0DCEB9;
}
.TagClassName
{
border-color: #0DCEB9;
}
</style>