Shades of Robin's Egg Blue #00D9C1
Tints of Robin's Egg Blue #00D9C1
RGB
CMYK
RGB Variations
Color information
#00D9C1 (or 0x00D9C1) is known color: Robin's Egg Blue. HEX triplet: 00, D9 and C1. RGB value is (0,217,193). Sum of RGB (Red+Green+Blue) = 0+217+193=410 (54% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 410); Green value is 217 (85.16% from 255 or 52.93% from 410); Blue value is 193 (75.78% from 255 or 47.07% from 410); Max value from RGB is 217 - color contains mainly: green. Hex color #00D9C1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00D9C1 is #FF263E. Grayscale: #959595. Windows color (decimal): -16721471 or 12704000. OLE color: 12704000.
HSL color Cylindrical-coordinate representation of color #00D9C1: hue angle of 173.36º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00D9C1 is Cyan = 1, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 0 | 217 | 193 | - |
| CMYK | 1 | 0 | 0.11 | 0.15 |
| HSL | 173.36º | 1% | 0.43% | - |
| HSV(B) | 173.36º | 1% | 0.85% | - |
| XYZ | 34.44 | 53.48 | 58.96 | - |
| YUV | 149.38 | 152.61 | 21.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 217 | 193 | 1 | 0 | 0.11 | 0.15 | 173.36 | 1 | 0.43 |
| Hex | 0 | D9 | C1 | 64 | 0 | B | F | AD | 64 | 2B |
| Octal | 0 | 331 | 301 | 144 | 0 | 13 | 17 | 255 | 144 | 53 |
| Binary | 0 | 11011001 | 11000001 | 1100100 | 0 | 1011 | 1111 | 10101101 | 1100100 | 101011 |
Color Harmonies of #00D9C1
Complementary color
Monochromatic Colors of #00D9C1
Black with #00D9C1
Text Example
Text Example
White with #00D9C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00D9C1; }
p { color: rgb(0,217,193); }
H1.HeaderClassName
{
color: #00D9C1;
}
.AnyTagClassName
{
color: #00D9C1;
}
</style>
background-color css
<style>
a { background-color: #00D9C1; }
a { background-color: rgb(0,217,193); }
div.DivClassName
{
background-color: #00D9C1;
}
.BgClassName
{
background-color: #00D9C1;
}
</style>
border-color css
<style>
span { border-color: #00D9C1; }
span { border-color: rgb(0,217,193); }
td.TdClassName
{
border-color: #00D9C1;
}
.TagClassName
{
border-color: #00D9C1;
}
</style>