Shades of Robin's Egg Blue #00D7C1
Tints of Robin's Egg Blue #00D7C1
RGB
CMYK
RGB Variations
Color information
#00D7C1 (or 0x00D7C1) is known color: Robin's Egg Blue. HEX triplet: 00, D7 and C1. RGB value is (0,215,193). Sum of RGB (Red+Green+Blue) = 0+215+193=408 (54% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 408); Green value is 215 (84.38% from 255 or 52.70% from 408); Blue value is 193 (75.78% from 255 or 47.30% from 408); Max value from RGB is 215 - color contains mainly: green. Hex color #00D7C1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00D7C1 is #FF283E. Grayscale: #949494. Windows color (decimal): -16721983 or 12703488. OLE color: 12703488.
HSL color Cylindrical-coordinate representation of color #00D7C1: hue angle of 173.86º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00D7C1 is Cyan = 1, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 0 | 215 | 193 | - |
| CMYK | 1 | 0 | 0.10 | 0.16 |
| HSL | 173.86º | 1% | 0.42% | - |
| HSV(B) | 173.86º | 1% | 0.84% | - |
| XYZ | 33.93 | 52.45 | 58.79 | - |
| YUV | 148.21 | 153.27 | 22.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 215 | 193 | 1 | 0 | 0.10 | 0.16 | 173.86 | 1 | 0.42 |
| Hex | 0 | D7 | C1 | 64 | 0 | A | 10 | AE | 64 | 2A |
| Octal | 0 | 327 | 301 | 144 | 0 | 12 | 20 | 256 | 144 | 52 |
| Binary | 0 | 11010111 | 11000001 | 1100100 | 0 | 1010 | 10000 | 10101110 | 1100100 | 101010 |
Color Harmonies of #00D7C1
Complementary color
Monochromatic Colors of #00D7C1
Black with #00D7C1
Text Example
Text Example
White with #00D7C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00D7C1; }
p { color: rgb(0,215,193); }
H1.HeaderClassName
{
color: #00D7C1;
}
.AnyTagClassName
{
color: #00D7C1;
}
</style>
background-color css
<style>
a { background-color: #00D7C1; }
a { background-color: rgb(0,215,193); }
div.DivClassName
{
background-color: #00D7C1;
}
.BgClassName
{
background-color: #00D7C1;
}
</style>
border-color css
<style>
span { border-color: #00D7C1; }
span { border-color: rgb(0,215,193); }
td.TdClassName
{
border-color: #00D7C1;
}
.TagClassName
{
border-color: #00D7C1;
}
</style>