Shades of Robin's Egg Blue #0DCACC
Tints of Robin's Egg Blue #0DCACC
RGB
CMYK
RGB Variations
Color information
#0DCACC (or 0x0DCACC) is known color: Robin's Egg Blue. HEX triplet: 0D, CA and CC. RGB value is (13,202,204). Sum of RGB (Red+Green+Blue) = 13+202+204=419 (55% of max value = 765). Red value is 13 (5.47% from 255 or 3.10% from 419); Green value is 202 (79.30% from 255 or 48.21% from 419); Blue value is 204 (80.08% from 255 or 48.69% from 419); Max value from RGB is 204 - color contains mainly: blue. Hex color #0DCACC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DCACC is #F23533. Grayscale: #919191. Windows color (decimal): -15873332 or 13421069. OLE color: 13421069.
HSL color Cylindrical-coordinate representation of color #0DCACC: hue angle of 180.63º 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 #0DCACC is Cyan = 0.94, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 13 | 202 | 204 | - |
| CMYK | 0.94 | 0.01 | 0 | 0.2 |
| HSL | 180.63º | 0.88% | 0.43% | - |
| HSV(B) | 180.63º | 0.94% | 0.8% | - |
| XYZ | 32.19 | 46.69 | 64.44 | - |
| YUV | 145.72 | 160.88 | 33.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 202 | 204 | 0.94 | 0.01 | 0 | 0.2 | 180.63 | 0.88 | 0.43 |
| Hex | D | CA | CC | 5E | 1 | 0 | 14 | B5 | 58 | 2B |
| Octal | 15 | 312 | 314 | 136 | 1 | 0 | 24 | 265 | 130 | 53 |
| Binary | 1101 | 11001010 | 11001100 | 1011110 | 1 | 0 | 10100 | 10110101 | 1011000 | 101011 |
Color Harmonies of #0DCACC
Complementary color
Monochromatic Colors of #0DCACC
Black with #0DCACC
Text Example
Text Example
White with #0DCACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DCACC; }
p { color: rgb(13,202,204); }
H1.HeaderClassName
{
color: #0DCACC;
}
.AnyTagClassName
{
color: #0DCACC;
}
</style>
background-color css
<style>
a { background-color: #0DCACC; }
a { background-color: rgb(13,202,204); }
div.DivClassName
{
background-color: #0DCACC;
}
.BgClassName
{
background-color: #0DCACC;
}
</style>
border-color css
<style>
span { border-color: #0DCACC; }
span { border-color: rgb(13,202,204); }
td.TdClassName
{
border-color: #0DCACC;
}
.TagClassName
{
border-color: #0DCACC;
}
</style>