Shades of Robin's Egg Blue #0DCDB5
Tints of Robin's Egg Blue #0DCDB5
RGB
CMYK
RGB Variations
Color information
#0DCDB5 (or 0x0DCDB5) is known color: Robin's Egg Blue. HEX triplet: 0D, CD and B5. RGB value is (13,205,181). Sum of RGB (Red+Green+Blue) = 13+205+181=399 (52% of max value = 765). Red value is 13 (5.47% from 255 or 3.26% from 399); Green value is 205 (80.47% from 255 or 51.38% from 399); Blue value is 181 (71.09% from 255 or 45.36% from 399); Max value from RGB is 205 - color contains mainly: green. Hex color #0DCDB5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DCDB5 is #F2324A. Grayscale: #909090. Windows color (decimal): -15872587 or 11914509. OLE color: 11914509.
HSL color Cylindrical-coordinate representation of color #0DCDB5: hue angle of 172.5º 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 #0DCDB5 is Cyan = 0.94, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 13 | 205 | 181 | - |
| CMYK | 0.94 | 0 | 0.12 | 0.20 |
| HSL | 172.5º | 0.88% | 0.43% | - |
| HSV(B) | 172.5º | 0.94% | 0.8% | - |
| XYZ | 30.34 | 47.08 | 51.21 | - |
| YUV | 144.86 | 148.39 | 33.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 205 | 181 | 0.94 | 0 | 0.12 | 0.20 | 172.5 | 0.88 | 0.43 |
| Hex | D | CD | B5 | 5E | 0 | C | 14 | AC | 58 | 2B |
| Octal | 15 | 315 | 265 | 136 | 0 | 14 | 24 | 254 | 130 | 53 |
| Binary | 1101 | 11001101 | 10110101 | 1011110 | 0 | 1100 | 10100 | 10101100 | 1011000 | 101011 |
Color Harmonies of #0DCDB5
Complementary color
Monochromatic Colors of #0DCDB5
Black with #0DCDB5
Text Example
Text Example
White with #0DCDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DCDB5; }
p { color: rgb(13,205,181); }
H1.HeaderClassName
{
color: #0DCDB5;
}
.AnyTagClassName
{
color: #0DCDB5;
}
</style>
background-color css
<style>
a { background-color: #0DCDB5; }
a { background-color: rgb(13,205,181); }
div.DivClassName
{
background-color: #0DCDB5;
}
.BgClassName
{
background-color: #0DCDB5;
}
</style>
border-color css
<style>
span { border-color: #0DCDB5; }
span { border-color: rgb(13,205,181); }
td.TdClassName
{
border-color: #0DCDB5;
}
.TagClassName
{
border-color: #0DCDB5;
}
</style>