Shades of Robin's Egg Blue #0DC3C6
Tints of Robin's Egg Blue #0DC3C6
RGB
CMYK
RGB Variations
Color information
#0DC3C6 (or 0x0DC3C6) is known color: Robin's Egg Blue. HEX triplet: 0D, C3 and C6. RGB value is (13,195,198). Sum of RGB (Red+Green+Blue) = 13+195+198=406 (53% of max value = 765). Red value is 13 (5.47% from 255 or 3.20% from 406); Green value is 195 (76.56% from 255 or 48.03% from 406); Blue value is 198 (77.73% from 255 or 48.77% from 406); Max value from RGB is 198 - color contains mainly: blue. Hex color #0DC3C6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DC3C6 is #F23C39. Grayscale: #8C8C8C. Windows color (decimal): -15875130 or 13026061. OLE color: 13026061.
HSL color Cylindrical-coordinate representation of color #0DC3C6: hue angle of 180.97º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DC3C6 is Cyan = 0.93, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 13 | 195 | 198 | - |
| CMYK | 0.93 | 0.02 | 0 | 0.22 |
| HSL | 180.97º | 0.88% | 0.41% | - |
| HSV(B) | 180.97º | 0.93% | 0.78% | - |
| XYZ | 29.87 | 43.19 | 60.19 | - |
| YUV | 140.92 | 160.2 | 36.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 195 | 198 | 0.93 | 0.02 | 0 | 0.22 | 180.97 | 0.88 | 0.41 |
| Hex | D | C3 | C6 | 5D | 2 | 0 | 16 | B5 | 58 | 29 |
| Octal | 15 | 303 | 306 | 135 | 2 | 0 | 26 | 265 | 130 | 51 |
| Binary | 1101 | 11000011 | 11000110 | 1011101 | 10 | 0 | 10110 | 10110101 | 1011000 | 101001 |
Color Harmonies of #0DC3C6
Complementary color
Monochromatic Colors of #0DC3C6
Black with #0DC3C6
Text Example
Text Example
White with #0DC3C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DC3C6; }
p { color: rgb(13,195,198); }
H1.HeaderClassName
{
color: #0DC3C6;
}
.AnyTagClassName
{
color: #0DC3C6;
}
</style>
background-color css
<style>
a { background-color: #0DC3C6; }
a { background-color: rgb(13,195,198); }
div.DivClassName
{
background-color: #0DC3C6;
}
.BgClassName
{
background-color: #0DC3C6;
}
</style>
border-color css
<style>
span { border-color: #0DC3C6; }
span { border-color: rgb(13,195,198); }
td.TdClassName
{
border-color: #0DC3C6;
}
.TagClassName
{
border-color: #0DC3C6;
}
</style>