Shades of Robin's Egg Blue #00D1C7
Tints of Robin's Egg Blue #00D1C7
RGB
CMYK
RGB Variations
Color information
#00D1C7 (or 0x00D1C7) is known color: Robin's Egg Blue. HEX triplet: 00, D1 and C7. RGB value is (0,209,199). Sum of RGB (Red+Green+Blue) = 0+209+199=408 (54% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 408); Green value is 209 (82.03% from 255 or 51.23% from 408); Blue value is 199 (78.12% from 255 or 48.77% from 408); Max value from RGB is 209 - color contains mainly: green. Hex color #00D1C7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00D1C7 is #FF2E38. Grayscale: #919191. Windows color (decimal): -16723513 or 13095168. OLE color: 13095168.
HSL color Cylindrical-coordinate representation of color #00D1C7: hue angle of 177.13º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00D1C7 is Cyan = 1, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 0 | 209 | 199 | - |
| CMYK | 1 | 0 | 0.05 | 0.18 |
| HSL | 177.13º | 1% | 0.41% | - |
| HSV(B) | 177.13º | 1% | 0.82% | - |
| XYZ | 33.11 | 49.72 | 61.89 | - |
| YUV | 145.37 | 158.26 | 24.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 209 | 199 | 1 | 0 | 0.05 | 0.18 | 177.13 | 1 | 0.41 |
| Hex | 0 | D1 | C7 | 64 | 0 | 5 | 12 | B1 | 64 | 29 |
| Octal | 0 | 321 | 307 | 144 | 0 | 5 | 22 | 261 | 144 | 51 |
| Binary | 0 | 11010001 | 11000111 | 1100100 | 0 | 101 | 10010 | 10110001 | 1100100 | 101001 |
Color Harmonies of #00D1C7
Complementary color
Monochromatic Colors of #00D1C7
Black with #00D1C7
Text Example
Text Example
White with #00D1C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00D1C7; }
p { color: rgb(0,209,199); }
H1.HeaderClassName
{
color: #00D1C7;
}
.AnyTagClassName
{
color: #00D1C7;
}
</style>
background-color css
<style>
a { background-color: #00D1C7; }
a { background-color: rgb(0,209,199); }
div.DivClassName
{
background-color: #00D1C7;
}
.BgClassName
{
background-color: #00D1C7;
}
</style>
border-color css
<style>
span { border-color: #00D1C7; }
span { border-color: rgb(0,209,199); }
td.TdClassName
{
border-color: #00D1C7;
}
.TagClassName
{
border-color: #00D1C7;
}
</style>