Shades of Robin's Egg Blue #0DCDBC
Tints of Robin's Egg Blue #0DCDBC
RGB
CMYK
RGB Variations
Color information
#0DCDBC (or 0x0DCDBC) is known color: Robin's Egg Blue. HEX triplet: 0D, CD and BC. RGB value is (13,205,188). Sum of RGB (Red+Green+Blue) = 13+205+188=406 (53% of max value = 765). Red value is 13 (5.47% from 255 or 3.20% from 406); Green value is 205 (80.47% from 255 or 50.49% from 406); Blue value is 188 (73.83% from 255 or 46.31% from 406); Max value from RGB is 205 - color contains mainly: green. Hex color #0DCDBC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DCDBC is #F23243. Grayscale: #919191. Windows color (decimal): -15872580 or 12373261. OLE color: 12373261.
HSL color Cylindrical-coordinate representation of color #0DCDBC: hue angle of 174.69º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DCDBC is Cyan = 0.94, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 13 | 205 | 188 | - |
| CMYK | 0.94 | 0 | 0.08 | 0.20 |
| HSL | 174.69º | 0.88% | 0.43% | - |
| HSV(B) | 174.69º | 0.94% | 0.8% | - |
| XYZ | 31.07 | 47.38 | 55.08 | - |
| YUV | 145.65 | 151.89 | 33.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 205 | 188 | 0.94 | 0 | 0.08 | 0.20 | 174.69 | 0.88 | 0.43 |
| Hex | D | CD | BC | 5E | 0 | 8 | 14 | AF | 58 | 2B |
| Octal | 15 | 315 | 274 | 136 | 0 | 10 | 24 | 257 | 130 | 53 |
| Binary | 1101 | 11001101 | 10111100 | 1011110 | 0 | 1000 | 10100 | 10101111 | 1011000 | 101011 |
Color Harmonies of #0DCDBC
Complementary color
Monochromatic Colors of #0DCDBC
Black with #0DCDBC
Text Example
Text Example
White with #0DCDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DCDBC; }
p { color: rgb(13,205,188); }
H1.HeaderClassName
{
color: #0DCDBC;
}
.AnyTagClassName
{
color: #0DCDBC;
}
</style>
background-color css
<style>
a { background-color: #0DCDBC; }
a { background-color: rgb(13,205,188); }
div.DivClassName
{
background-color: #0DCDBC;
}
.BgClassName
{
background-color: #0DCDBC;
}
</style>
border-color css
<style>
span { border-color: #0DCDBC; }
span { border-color: rgb(13,205,188); }
td.TdClassName
{
border-color: #0DCDBC;
}
.TagClassName
{
border-color: #0DCDBC;
}
</style>