Shades of Robin's Egg Blue #0DCACD
Tints of Robin's Egg Blue #0DCACD
RGB
CMYK
RGB Variations
Color information
#0DCACD (or 0x0DCACD) is known color: Robin's Egg Blue. HEX triplet: 0D, CA and CD. RGB value is (13,202,205). Sum of RGB (Red+Green+Blue) = 13+202+205=420 (55% of max value = 765). Red value is 13 (5.47% from 255 or 3.10% from 420); Green value is 202 (79.30% from 255 or 48.10% from 420); Blue value is 205 (80.47% from 255 or 48.81% from 420); Max value from RGB is 205 - color contains mainly: blue. Hex color #0DCACD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DCACD is #F23532. Grayscale: #919191. Windows color (decimal): -15873331 or 13486605. OLE color: 13486605.
HSL color Cylindrical-coordinate representation of color #0DCACD: hue angle of 180.94º 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 #0DCACD is Cyan = 0.94, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 13 | 202 | 205 | - |
| CMYK | 0.94 | 0.01 | 0 | 0.20 |
| HSL | 180.94º | 0.88% | 0.43% | - |
| HSV(B) | 180.94º | 0.94% | 0.8% | - |
| XYZ | 32.31 | 46.73 | 65.08 | - |
| YUV | 145.83 | 161.38 | 33.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 202 | 205 | 0.94 | 0.01 | 0 | 0.20 | 180.94 | 0.88 | 0.43 |
| Hex | D | CA | CD | 5E | 1 | 0 | 14 | B5 | 58 | 2B |
| Octal | 15 | 312 | 315 | 136 | 1 | 0 | 24 | 265 | 130 | 53 |
| Binary | 1101 | 11001010 | 11001101 | 1011110 | 1 | 0 | 10100 | 10110101 | 1011000 | 101011 |
Color Harmonies of #0DCACD
Complementary color
Monochromatic Colors of #0DCACD
Black with #0DCACD
Text Example
Text Example
White with #0DCACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DCACD; }
p { color: rgb(13,202,205); }
H1.HeaderClassName
{
color: #0DCACD;
}
.AnyTagClassName
{
color: #0DCACD;
}
</style>
background-color css
<style>
a { background-color: #0DCACD; }
a { background-color: rgb(13,202,205); }
div.DivClassName
{
background-color: #0DCACD;
}
.BgClassName
{
background-color: #0DCACD;
}
</style>
border-color css
<style>
span { border-color: #0DCACD; }
span { border-color: rgb(13,202,205); }
td.TdClassName
{
border-color: #0DCACD;
}
.TagClassName
{
border-color: #0DCACD;
}
</style>