Shades of Robin's Egg Blue #0DCCC3
Tints of Robin's Egg Blue #0DCCC3
RGB
CMYK
RGB Variations
Color information
#0DCCC3 (or 0x0DCCC3) is known color: Robin's Egg Blue. HEX triplet: 0D, CC and C3. RGB value is (13,204,195). Sum of RGB (Red+Green+Blue) = 13+204+195=412 (54% of max value = 765). Red value is 13 (5.47% from 255 or 3.16% from 412); Green value is 204 (80.08% from 255 or 49.51% from 412); Blue value is 195 (76.56% from 255 or 47.33% from 412); Max value from RGB is 204 - color contains mainly: green. Hex color #0DCCC3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DCCC3 is #F2333C. Grayscale: #919191. Windows color (decimal): -15872829 or 12831757. OLE color: 12831757.
HSL color Cylindrical-coordinate representation of color #0DCCC3: hue angle of 177.17º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DCCC3 is Cyan = 0.94, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 13 | 204 | 195 | - |
| CMYK | 0.94 | 0 | 0.04 | 0.2 |
| HSL | 177.17º | 0.88% | 0.43% | - |
| HSV(B) | 177.17º | 0.94% | 0.8% | - |
| XYZ | 31.61 | 47.21 | 59.08 | - |
| YUV | 145.87 | 155.72 | 33.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 204 | 195 | 0.94 | 0 | 0.04 | 0.2 | 177.17 | 0.88 | 0.43 |
| Hex | D | CC | C3 | 5E | 0 | 4 | 14 | B1 | 58 | 2B |
| Octal | 15 | 314 | 303 | 136 | 0 | 4 | 24 | 261 | 130 | 53 |
| Binary | 1101 | 11001100 | 11000011 | 1011110 | 0 | 100 | 10100 | 10110001 | 1011000 | 101011 |
Color Harmonies of #0DCCC3
Complementary color
Monochromatic Colors of #0DCCC3
Black with #0DCCC3
Text Example
Text Example
White with #0DCCC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DCCC3; }
p { color: rgb(13,204,195); }
H1.HeaderClassName
{
color: #0DCCC3;
}
.AnyTagClassName
{
color: #0DCCC3;
}
</style>
background-color css
<style>
a { background-color: #0DCCC3; }
a { background-color: rgb(13,204,195); }
div.DivClassName
{
background-color: #0DCCC3;
}
.BgClassName
{
background-color: #0DCCC3;
}
</style>
border-color css
<style>
span { border-color: #0DCCC3; }
span { border-color: rgb(13,204,195); }
td.TdClassName
{
border-color: #0DCCC3;
}
.TagClassName
{
border-color: #0DCCC3;
}
</style>