Shades of Robin's Egg Blue #0DDFBE
Tints of Robin's Egg Blue #0DDFBE
RGB
CMYK
RGB Variations
Color information
#0DDFBE (or 0x0DDFBE) is known color: Robin's Egg Blue. HEX triplet: 0D, DF and BE. RGB value is (13,223,190). Sum of RGB (Red+Green+Blue) = 13+223+190=426 (56% of max value = 765). Red value is 13 (5.47% from 255 or 3.05% from 426); Green value is 223 (87.5% from 255 or 52.35% from 426); Blue value is 190 (74.61% from 255 or 44.60% from 426); Max value from RGB is 223 - color contains mainly: green. Hex color #0DDFBE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DDFBE is #F22041. Grayscale: #9C9C9C. Windows color (decimal): -15867970 or 12508941. OLE color: 12508941.
HSL color Cylindrical-coordinate representation of color #0DDFBE: hue angle of 170.57º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DDFBE is Cyan = 0.94, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 13 | 223 | 190 | - |
| CMYK | 0.94 | 0 | 0.15 | 0.13 |
| HSL | 170.57º | 0.89% | 0.46% | - |
| HSV(B) | 170.57º | 0.94% | 0.87% | - |
| XYZ | 35.85 | 56.58 | 57.75 | - |
| YUV | 156.45 | 146.93 | 25.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 223 | 190 | 0.94 | 0 | 0.15 | 0.13 | 170.57 | 0.89 | 0.46 |
| Hex | D | DF | BE | 5E | 0 | F | D | AB | 59 | 2E |
| Octal | 15 | 337 | 276 | 136 | 0 | 17 | 15 | 253 | 131 | 56 |
| Binary | 1101 | 11011111 | 10111110 | 1011110 | 0 | 1111 | 1101 | 10101011 | 1011001 | 101110 |
Color Harmonies of #0DDFBE
Complementary color
Monochromatic Colors of #0DDFBE
Black with #0DDFBE
Text Example
Text Example
White with #0DDFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DDFBE; }
p { color: rgb(13,223,190); }
H1.HeaderClassName
{
color: #0DDFBE;
}
.AnyTagClassName
{
color: #0DDFBE;
}
</style>
background-color css
<style>
a { background-color: #0DDFBE; }
a { background-color: rgb(13,223,190); }
div.DivClassName
{
background-color: #0DDFBE;
}
.BgClassName
{
background-color: #0DDFBE;
}
</style>
border-color css
<style>
span { border-color: #0DDFBE; }
span { border-color: rgb(13,223,190); }
td.TdClassName
{
border-color: #0DDFBE;
}
.TagClassName
{
border-color: #0DDFBE;
}
</style>