Shades of Robin's Egg Blue #00D6C3
Tints of Robin's Egg Blue #00D6C3
RGB
CMYK
RGB Variations
Color information
#00D6C3 (or 0x00D6C3) is known color: Robin's Egg Blue. HEX triplet: 00, D6 and C3. RGB value is (0,214,195). Sum of RGB (Red+Green+Blue) = 0+214+195=409 (54% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 409); Green value is 214 (83.98% from 255 or 52.32% from 409); Blue value is 195 (76.56% from 255 or 47.68% from 409); Max value from RGB is 214 - color contains mainly: green. Hex color #00D6C3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00D6C3 is #FF293C. Grayscale: #939393. Windows color (decimal): -16722237 or 12834304. OLE color: 12834304.
HSL color Cylindrical-coordinate representation of color #00D6C3: hue angle of 174.67º 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 #00D6C3 is Cyan = 1, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 0 | 214 | 195 | - |
| CMYK | 1 | 0 | 0.09 | 0.16 |
| HSL | 174.67º | 1% | 0.42% | - |
| HSV(B) | 174.67º | 1% | 0.84% | - |
| XYZ | 33.9 | 52.03 | 59.89 | - |
| YUV | 147.85 | 154.6 | 22.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 214 | 195 | 1 | 0 | 0.09 | 0.16 | 174.67 | 1 | 0.42 |
| Hex | 0 | D6 | C3 | 64 | 0 | 9 | 10 | AF | 64 | 2A |
| Octal | 0 | 326 | 303 | 144 | 0 | 11 | 20 | 257 | 144 | 52 |
| Binary | 0 | 11010110 | 11000011 | 1100100 | 0 | 1001 | 10000 | 10101111 | 1100100 | 101010 |
Color Harmonies of #00D6C3
Complementary color
Monochromatic Colors of #00D6C3
Black with #00D6C3
Text Example
Text Example
White with #00D6C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00D6C3; }
p { color: rgb(0,214,195); }
H1.HeaderClassName
{
color: #00D6C3;
}
.AnyTagClassName
{
color: #00D6C3;
}
</style>
background-color css
<style>
a { background-color: #00D6C3; }
a { background-color: rgb(0,214,195); }
div.DivClassName
{
background-color: #00D6C3;
}
.BgClassName
{
background-color: #00D6C3;
}
</style>
border-color css
<style>
span { border-color: #00D6C3; }
span { border-color: rgb(0,214,195); }
td.TdClassName
{
border-color: #00D6C3;
}
.TagClassName
{
border-color: #00D6C3;
}
</style>