Shades of Robin's Egg Blue #0DDFBC
Tints of Robin's Egg Blue #0DDFBC
RGB
CMYK
RGB Variations
Color information
#0DDFBC (or 0x0DDFBC) is known color: Robin's Egg Blue. HEX triplet: 0D, DF and BC. RGB value is (13,223,188). Sum of RGB (Red+Green+Blue) = 13+223+188=424 (56% of max value = 765). Red value is 13 (5.47% from 255 or 3.07% from 424); Green value is 223 (87.5% from 255 or 52.59% from 424); Blue value is 188 (73.83% from 255 or 44.34% from 424); Max value from RGB is 223 - color contains mainly: green. Hex color #0DDFBC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DDFBC is #F22043. Grayscale: #9C9C9C. Windows color (decimal): -15867972 or 12377869. OLE color: 12377869.
HSL color Cylindrical-coordinate representation of color #0DDFBC: hue angle of 170º 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 #0DDFBC is Cyan = 0.94, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 13 | 223 | 188 | - |
| CMYK | 0.94 | 0 | 0.16 | 0.13 |
| HSL | 170º | 0.89% | 0.46% | - |
| HSV(B) | 170º | 0.94% | 0.87% | - |
| XYZ | 35.63 | 56.49 | 56.6 | - |
| YUV | 156.22 | 145.93 | 25.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 223 | 188 | 0.94 | 0 | 0.16 | 0.13 | 170 | 0.89 | 0.46 |
| Hex | D | DF | BC | 5E | 0 | 10 | D | AA | 59 | 2E |
| Octal | 15 | 337 | 274 | 136 | 0 | 20 | 15 | 252 | 131 | 56 |
| Binary | 1101 | 11011111 | 10111100 | 1011110 | 0 | 10000 | 1101 | 10101010 | 1011001 | 101110 |
Color Harmonies of #0DDFBC
Complementary color
Monochromatic Colors of #0DDFBC
Black with #0DDFBC
Text Example
Text Example
White with #0DDFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DDFBC; }
p { color: rgb(13,223,188); }
H1.HeaderClassName
{
color: #0DDFBC;
}
.AnyTagClassName
{
color: #0DDFBC;
}
</style>
background-color css
<style>
a { background-color: #0DDFBC; }
a { background-color: rgb(13,223,188); }
div.DivClassName
{
background-color: #0DDFBC;
}
.BgClassName
{
background-color: #0DDFBC;
}
</style>
border-color css
<style>
span { border-color: #0DDFBC; }
span { border-color: rgb(13,223,188); }
td.TdClassName
{
border-color: #0DDFBC;
}
.TagClassName
{
border-color: #0DDFBC;
}
</style>