Shades of Robin's Egg Blue #0DC5CB
Tints of Robin's Egg Blue #0DC5CB
RGB
CMYK
RGB Variations
Color information
#0DC5CB (or 0x0DC5CB) is known color: Robin's Egg Blue. HEX triplet: 0D, C5 and CB. RGB value is (13,197,203). Sum of RGB (Red+Green+Blue) = 13+197+203=413 (54% of max value = 765). Red value is 13 (5.47% from 255 or 3.15% from 413); Green value is 197 (77.34% from 255 or 47.70% from 413); Blue value is 203 (79.69% from 255 or 49.15% from 413); Max value from RGB is 203 - color contains mainly: blue. Hex color #0DC5CB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DC5CB is #F23A34. Grayscale: #8E8E8E. Windows color (decimal): -15874613 or 13354253. OLE color: 13354253.
HSL color Cylindrical-coordinate representation of color #0DC5CB: hue angle of 181.89º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DC5CB is Cyan = 0.94, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 13 | 197 | 203 | - |
| CMYK | 0.94 | 0.03 | 0 | 0.20 |
| HSL | 181.89º | 0.88% | 0.42% | - |
| HSV(B) | 181.89º | 0.94% | 0.8% | - |
| XYZ | 30.91 | 44.33 | 63.43 | - |
| YUV | 142.67 | 162.04 | 35.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 197 | 203 | 0.94 | 0.03 | 0 | 0.20 | 181.89 | 0.88 | 0.42 |
| Hex | D | C5 | CB | 5E | 3 | 0 | 14 | B6 | 58 | 2A |
| Octal | 15 | 305 | 313 | 136 | 3 | 0 | 24 | 266 | 130 | 52 |
| Binary | 1101 | 11000101 | 11001011 | 1011110 | 11 | 0 | 10100 | 10110110 | 1011000 | 101010 |
Color Harmonies of #0DC5CB
Complementary color
Monochromatic Colors of #0DC5CB
Black with #0DC5CB
Text Example
Text Example
White with #0DC5CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DC5CB; }
p { color: rgb(13,197,203); }
H1.HeaderClassName
{
color: #0DC5CB;
}
.AnyTagClassName
{
color: #0DC5CB;
}
</style>
background-color css
<style>
a { background-color: #0DC5CB; }
a { background-color: rgb(13,197,203); }
div.DivClassName
{
background-color: #0DC5CB;
}
.BgClassName
{
background-color: #0DC5CB;
}
</style>
border-color css
<style>
span { border-color: #0DC5CB; }
span { border-color: rgb(13,197,203); }
td.TdClassName
{
border-color: #0DC5CB;
}
.TagClassName
{
border-color: #0DC5CB;
}
</style>