Shades of Robin's Egg Blue #0DCECC
Tints of Robin's Egg Blue #0DCECC
RGB
CMYK
RGB Variations
Color information
#0DCECC (or 0x0DCECC) is known color: Robin's Egg Blue. HEX triplet: 0D, CE and CC. RGB value is (13,206,204). Sum of RGB (Red+Green+Blue) = 13+206+204=423 (56% of max value = 765). Red value is 13 (5.47% from 255 or 3.07% from 423); Green value is 206 (80.86% from 255 or 48.70% from 423); Blue value is 204 (80.08% from 255 or 48.23% from 423); Max value from RGB is 206 - color contains mainly: green. Hex color #0DCECC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DCECC is #F23133. Grayscale: #939393. Windows color (decimal): -15872308 or 13422093. OLE color: 13422093.
HSL color Cylindrical-coordinate representation of color #0DCECC: hue angle of 179.38º 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 #0DCECC is Cyan = 0.94, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 13 | 206 | 204 | - |
| CMYK | 0.94 | 0 | 0.01 | 0.19 |
| HSL | 179.38º | 0.88% | 0.43% | - |
| HSV(B) | 179.38º | 0.94% | 0.81% | - |
| XYZ | 33.14 | 48.59 | 64.76 | - |
| YUV | 148.07 | 159.56 | 31.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 206 | 204 | 0.94 | 0 | 0.01 | 0.19 | 179.38 | 0.88 | 0.43 |
| Hex | D | CE | CC | 5E | 0 | 1 | 13 | B3 | 58 | 2B |
| Octal | 15 | 316 | 314 | 136 | 0 | 1 | 23 | 263 | 130 | 53 |
| Binary | 1101 | 11001110 | 11001100 | 1011110 | 0 | 1 | 10011 | 10110011 | 1011000 | 101011 |
Color Harmonies of #0DCECC
Complementary color
Monochromatic Colors of #0DCECC
Black with #0DCECC
Text Example
Text Example
White with #0DCECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DCECC; }
p { color: rgb(13,206,204); }
H1.HeaderClassName
{
color: #0DCECC;
}
.AnyTagClassName
{
color: #0DCECC;
}
</style>
background-color css
<style>
a { background-color: #0DCECC; }
a { background-color: rgb(13,206,204); }
div.DivClassName
{
background-color: #0DCECC;
}
.BgClassName
{
background-color: #0DCECC;
}
</style>
border-color css
<style>
span { border-color: #0DCECC; }
span { border-color: rgb(13,206,204); }
td.TdClassName
{
border-color: #0DCECC;
}
.TagClassName
{
border-color: #0DCECC;
}
</style>