Shades of Robin's Egg Blue #00D1C1
Tints of Robin's Egg Blue #00D1C1
RGB
CMYK
RGB Variations
Color information
#00D1C1 (or 0x00D1C1) is known color: Robin's Egg Blue. HEX triplet: 00, D1 and C1. RGB value is (0,209,193). Sum of RGB (Red+Green+Blue) = 0+209+193=402 (53% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 402); Green value is 209 (82.03% from 255 or 51.99% from 402); Blue value is 193 (75.78% from 255 or 48.01% from 402); Max value from RGB is 209 - color contains mainly: green. Hex color #00D1C1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00D1C1 is #FF2E3E. Grayscale: #909090. Windows color (decimal): -16723519 or 12701952. OLE color: 12701952.
HSL color Cylindrical-coordinate representation of color #00D1C1: hue angle of 175.41º 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 #00D1C1 is Cyan = 1, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 0 | 209 | 193 | - |
| CMYK | 1 | 0 | 0.08 | 0.18 |
| HSL | 175.41º | 1% | 0.41% | - |
| HSV(B) | 175.41º | 1% | 0.82% | - |
| XYZ | 32.43 | 49.45 | 58.29 | - |
| YUV | 144.69 | 155.26 | 24.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 209 | 193 | 1 | 0 | 0.08 | 0.18 | 175.41 | 1 | 0.41 |
| Hex | 0 | D1 | C1 | 64 | 0 | 8 | 12 | AF | 64 | 29 |
| Octal | 0 | 321 | 301 | 144 | 0 | 10 | 22 | 257 | 144 | 51 |
| Binary | 0 | 11010001 | 11000001 | 1100100 | 0 | 1000 | 10010 | 10101111 | 1100100 | 101001 |
Color Harmonies of #00D1C1
Complementary color
Monochromatic Colors of #00D1C1
Black with #00D1C1
Text Example
Text Example
White with #00D1C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00D1C1; }
p { color: rgb(0,209,193); }
H1.HeaderClassName
{
color: #00D1C1;
}
.AnyTagClassName
{
color: #00D1C1;
}
</style>
background-color css
<style>
a { background-color: #00D1C1; }
a { background-color: rgb(0,209,193); }
div.DivClassName
{
background-color: #00D1C1;
}
.BgClassName
{
background-color: #00D1C1;
}
</style>
border-color css
<style>
span { border-color: #00D1C1; }
span { border-color: rgb(0,209,193); }
td.TdClassName
{
border-color: #00D1C1;
}
.TagClassName
{
border-color: #00D1C1;
}
</style>