Shades of Robin's Egg Blue #0DD1CC
Tints of Robin's Egg Blue #0DD1CC
RGB
CMYK
RGB Variations
Color information
#0DD1CC (or 0x0DD1CC) is known color: Robin's Egg Blue. HEX triplet: 0D, D1 and CC. RGB value is (13,209,204). Sum of RGB (Red+Green+Blue) = 13+209+204=426 (56% of max value = 765). Red value is 13 (5.47% from 255 or 3.05% from 426); Green value is 209 (82.03% from 255 or 49.06% from 426); Blue value is 204 (80.08% from 255 or 47.89% from 426); Max value from RGB is 209 - color contains mainly: green. Hex color #0DD1CC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DD1CC is #F22E33. Grayscale: #959595. Windows color (decimal): -15871540 or 13422861. OLE color: 13422861.
HSL color Cylindrical-coordinate representation of color #0DD1CC: hue angle of 178.47º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DD1CC is Cyan = 0.94, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 13 | 209 | 204 | - |
| CMYK | 0.94 | 0 | 0.02 | 0.18 |
| HSL | 178.47º | 0.88% | 0.44% | - |
| HSV(B) | 178.47º | 0.94% | 0.82% | - |
| XYZ | 33.87 | 50.05 | 65 | - |
| YUV | 149.83 | 158.57 | 30.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 209 | 204 | 0.94 | 0 | 0.02 | 0.18 | 178.47 | 0.88 | 0.44 |
| Hex | D | D1 | CC | 5E | 0 | 2 | 12 | B2 | 58 | 2C |
| Octal | 15 | 321 | 314 | 136 | 0 | 2 | 22 | 262 | 130 | 54 |
| Binary | 1101 | 11010001 | 11001100 | 1011110 | 0 | 10 | 10010 | 10110010 | 1011000 | 101100 |
Color Harmonies of #0DD1CC
Complementary color
Monochromatic Colors of #0DD1CC
Black with #0DD1CC
Text Example
Text Example
White with #0DD1CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DD1CC; }
p { color: rgb(13,209,204); }
H1.HeaderClassName
{
color: #0DD1CC;
}
.AnyTagClassName
{
color: #0DD1CC;
}
</style>
background-color css
<style>
a { background-color: #0DD1CC; }
a { background-color: rgb(13,209,204); }
div.DivClassName
{
background-color: #0DD1CC;
}
.BgClassName
{
background-color: #0DD1CC;
}
</style>
border-color css
<style>
span { border-color: #0DD1CC; }
span { border-color: rgb(13,209,204); }
td.TdClassName
{
border-color: #0DD1CC;
}
.TagClassName
{
border-color: #0DD1CC;
}
</style>