Shades of Robin's Egg Blue #0DC4CB
Tints of Robin's Egg Blue #0DC4CB
RGB
CMYK
RGB Variations
Color information
#0DC4CB (or 0x0DC4CB) is known color: Robin's Egg Blue. HEX triplet: 0D, C4 and CB. RGB value is (13,196,203). Sum of RGB (Red+Green+Blue) = 13+196+203=412 (54% of max value = 765). Red value is 13 (5.47% from 255 or 3.16% from 412); Green value is 196 (76.95% from 255 or 47.57% from 412); Blue value is 203 (79.69% from 255 or 49.27% from 412); Max value from RGB is 203 - color contains mainly: blue. Hex color #0DC4CB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DC4CB is #F23B34. Grayscale: #8D8D8D. Windows color (decimal): -15874869 or 13353997. OLE color: 13353997.
HSL color Cylindrical-coordinate representation of color #0DC4CB: hue angle of 182.21º 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 #0DC4CB is Cyan = 0.94, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 13 | 196 | 203 | - |
| CMYK | 0.94 | 0.03 | 0 | 0.20 |
| HSL | 182.21º | 0.88% | 0.42% | - |
| HSV(B) | 182.21º | 0.94% | 0.8% | - |
| XYZ | 30.69 | 43.88 | 63.35 | - |
| YUV | 142.08 | 162.37 | 35.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 196 | 203 | 0.94 | 0.03 | 0 | 0.20 | 182.21 | 0.88 | 0.42 |
| Hex | D | C4 | CB | 5E | 3 | 0 | 14 | B6 | 58 | 2A |
| Octal | 15 | 304 | 313 | 136 | 3 | 0 | 24 | 266 | 130 | 52 |
| Binary | 1101 | 11000100 | 11001011 | 1011110 | 11 | 0 | 10100 | 10110110 | 1011000 | 101010 |
Color Harmonies of #0DC4CB
Complementary color
Monochromatic Colors of #0DC4CB
Black with #0DC4CB
Text Example
Text Example
White with #0DC4CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DC4CB; }
p { color: rgb(13,196,203); }
H1.HeaderClassName
{
color: #0DC4CB;
}
.AnyTagClassName
{
color: #0DC4CB;
}
</style>
background-color css
<style>
a { background-color: #0DC4CB; }
a { background-color: rgb(13,196,203); }
div.DivClassName
{
background-color: #0DC4CB;
}
.BgClassName
{
background-color: #0DC4CB;
}
</style>
border-color css
<style>
span { border-color: #0DC4CB; }
span { border-color: rgb(13,196,203); }
td.TdClassName
{
border-color: #0DC4CB;
}
.TagClassName
{
border-color: #0DC4CB;
}
</style>