Shades of Robin's Egg Blue #0DC9C1
Tints of Robin's Egg Blue #0DC9C1
RGB
CMYK
RGB Variations
Color information
#0DC9C1 (or 0x0DC9C1) is known color: Robin's Egg Blue. HEX triplet: 0D, C9 and C1. RGB value is (13,201,193). Sum of RGB (Red+Green+Blue) = 13+201+193=407 (53% of max value = 765). Red value is 13 (5.47% from 255 or 3.19% from 407); Green value is 201 (78.91% from 255 or 49.39% from 407); Blue value is 193 (75.78% from 255 or 47.42% from 407); Max value from RGB is 201 - color contains mainly: green. Hex color #0DC9C1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DC9C1 is #F2363E. Grayscale: #8F8F8F. Windows color (decimal): -15873599 or 12699917. OLE color: 12699917.
HSL color Cylindrical-coordinate representation of color #0DC9C1: hue angle of 177.45º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DC9C1 is Cyan = 0.94, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 13 | 201 | 193 | - |
| CMYK | 0.94 | 0 | 0.04 | 0.21 |
| HSL | 177.45º | 0.88% | 0.42% | - |
| HSV(B) | 177.45º | 0.94% | 0.79% | - |
| XYZ | 30.68 | 45.71 | 57.66 | - |
| YUV | 143.88 | 155.72 | 34.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 201 | 193 | 0.94 | 0 | 0.04 | 0.21 | 177.45 | 0.88 | 0.42 |
| Hex | D | C9 | C1 | 5E | 0 | 4 | 15 | B1 | 58 | 2A |
| Octal | 15 | 311 | 301 | 136 | 0 | 4 | 25 | 261 | 130 | 52 |
| Binary | 1101 | 11001001 | 11000001 | 1011110 | 0 | 100 | 10101 | 10110001 | 1011000 | 101010 |
Color Harmonies of #0DC9C1
Complementary color
Monochromatic Colors of #0DC9C1
Black with #0DC9C1
Text Example
Text Example
White with #0DC9C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DC9C1; }
p { color: rgb(13,201,193); }
H1.HeaderClassName
{
color: #0DC9C1;
}
.AnyTagClassName
{
color: #0DC9C1;
}
</style>
background-color css
<style>
a { background-color: #0DC9C1; }
a { background-color: rgb(13,201,193); }
div.DivClassName
{
background-color: #0DC9C1;
}
.BgClassName
{
background-color: #0DC9C1;
}
</style>
border-color css
<style>
span { border-color: #0DC9C1; }
span { border-color: rgb(13,201,193); }
td.TdClassName
{
border-color: #0DC9C1;
}
.TagClassName
{
border-color: #0DC9C1;
}
</style>