Shades of Robin's Egg Blue #0DC2CE
Tints of Robin's Egg Blue #0DC2CE
RGB
CMYK
RGB Variations
Color information
#0DC2CE (or 0x0DC2CE) is known color: Robin's Egg Blue. HEX triplet: 0D, C2 and CE. RGB value is (13,194,206). Sum of RGB (Red+Green+Blue) = 13+194+206=413 (54% of max value = 765). Red value is 13 (5.47% from 255 or 3.15% from 413); Green value is 194 (76.17% from 255 or 46.97% from 413); Blue value is 206 (80.86% from 255 or 49.88% from 413); Max value from RGB is 206 - color contains mainly: blue. Hex color #0DC2CE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DC2CE is #F23D31. Grayscale: #8D8D8D. Windows color (decimal): -15875378 or 13550093. OLE color: 13550093.
HSL color Cylindrical-coordinate representation of color #0DC2CE: hue angle of 183.73º 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 #0DC2CE is Cyan = 0.94, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 13 | 194 | 206 | - |
| CMYK | 0.94 | 0.06 | 0 | 0.19 |
| HSL | 183.73º | 0.88% | 0.43% | - |
| HSV(B) | 183.73º | 0.94% | 0.81% | - |
| XYZ | 30.6 | 43.13 | 65.1 | - |
| YUV | 141.25 | 164.53 | 36.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 194 | 206 | 0.94 | 0.06 | 0 | 0.19 | 183.73 | 0.88 | 0.43 |
| Hex | D | C2 | CE | 5E | 6 | 0 | 13 | B8 | 58 | 2B |
| Octal | 15 | 302 | 316 | 136 | 6 | 0 | 23 | 270 | 130 | 53 |
| Binary | 1101 | 11000010 | 11001110 | 1011110 | 110 | 0 | 10011 | 10111000 | 1011000 | 101011 |
Color Harmonies of #0DC2CE
Complementary color
Monochromatic Colors of #0DC2CE
Black with #0DC2CE
Text Example
Text Example
White with #0DC2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DC2CE; }
p { color: rgb(13,194,206); }
H1.HeaderClassName
{
color: #0DC2CE;
}
.AnyTagClassName
{
color: #0DC2CE;
}
</style>
background-color css
<style>
a { background-color: #0DC2CE; }
a { background-color: rgb(13,194,206); }
div.DivClassName
{
background-color: #0DC2CE;
}
.BgClassName
{
background-color: #0DC2CE;
}
</style>
border-color css
<style>
span { border-color: #0DC2CE; }
span { border-color: rgb(13,194,206); }
td.TdClassName
{
border-color: #0DC2CE;
}
.TagClassName
{
border-color: #0DC2CE;
}
</style>