Shades of Robin's Egg Blue #0DCACF
Tints of Robin's Egg Blue #0DCACF
RGB
CMYK
RGB Variations
Color information
#0DCACF (or 0x0DCACF) is known color: Robin's Egg Blue. HEX triplet: 0D, CA and CF. RGB value is (13,202,207). Sum of RGB (Red+Green+Blue) = 13+202+207=422 (55% of max value = 765). Red value is 13 (5.47% from 255 or 3.08% from 422); Green value is 202 (79.30% from 255 or 47.87% from 422); Blue value is 207 (81.25% from 255 or 49.05% from 422); Max value from RGB is 207 - color contains mainly: blue. Hex color #0DCACF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DCACF is #F23530. Grayscale: #919191. Windows color (decimal): -15873329 or 13617677. OLE color: 13617677.
HSL color Cylindrical-coordinate representation of color #0DCACF: hue angle of 181.55º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DCACF is Cyan = 0.94, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 13 | 202 | 207 | - |
| CMYK | 0.94 | 0.02 | 0 | 0.19 |
| HSL | 181.55º | 0.88% | 0.43% | - |
| HSV(B) | 181.55º | 0.94% | 0.81% | - |
| XYZ | 32.55 | 46.83 | 66.36 | - |
| YUV | 146.06 | 162.38 | 33.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 202 | 207 | 0.94 | 0.02 | 0 | 0.19 | 181.55 | 0.88 | 0.43 |
| Hex | D | CA | CF | 5E | 2 | 0 | 13 | B6 | 58 | 2B |
| Octal | 15 | 312 | 317 | 136 | 2 | 0 | 23 | 266 | 130 | 53 |
| Binary | 1101 | 11001010 | 11001111 | 1011110 | 10 | 0 | 10011 | 10110110 | 1011000 | 101011 |
Color Harmonies of #0DCACF
Complementary color
Monochromatic Colors of #0DCACF
Black with #0DCACF
Text Example
Text Example
White with #0DCACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DCACF; }
p { color: rgb(13,202,207); }
H1.HeaderClassName
{
color: #0DCACF;
}
.AnyTagClassName
{
color: #0DCACF;
}
</style>
background-color css
<style>
a { background-color: #0DCACF; }
a { background-color: rgb(13,202,207); }
div.DivClassName
{
background-color: #0DCACF;
}
.BgClassName
{
background-color: #0DCACF;
}
</style>
border-color css
<style>
span { border-color: #0DCACF; }
span { border-color: rgb(13,202,207); }
td.TdClassName
{
border-color: #0DCACF;
}
.TagClassName
{
border-color: #0DCACF;
}
</style>