Shades of Robin's Egg Blue #07D7C8
Tints of Robin's Egg Blue #07D7C8
RGB
CMYK
RGB Variations
Color information
#07D7C8 (or 0x07D7C8) is known color: Robin's Egg Blue. HEX triplet: 07, D7 and C8. RGB value is (7,215,200). Sum of RGB (Red+Green+Blue) = 7+215+200=422 (55% of max value = 765). Red value is 7 (3.12% from 255 or 1.66% from 422); Green value is 215 (84.38% from 255 or 50.95% from 422); Blue value is 200 (78.52% from 255 or 47.39% from 422); Max value from RGB is 215 - color contains mainly: green. Hex color #07D7C8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07D7C8 is #F82837. Grayscale: #969696. Windows color (decimal): -16263224 or 13162247. OLE color: 13162247.
HSL color Cylindrical-coordinate representation of color #07D7C8: hue angle of 175.67º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07D7C8 is Cyan = 0.97, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 7 | 215 | 200 | - |
| CMYK | 0.97 | 0 | 0.07 | 0.16 |
| HSL | 175.67º | 0.94% | 0.44% | - |
| HSV(B) | 175.67º | 0.97% | 0.84% | - |
| XYZ | 34.81 | 52.82 | 63 | - |
| YUV | 151.1 | 155.59 | 25.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 215 | 200 | 0.97 | 0 | 0.07 | 0.16 | 175.67 | 0.94 | 0.44 |
| Hex | 7 | D7 | C8 | 61 | 0 | 7 | 10 | B0 | 5E | 2C |
| Octal | 7 | 327 | 310 | 141 | 0 | 7 | 20 | 260 | 136 | 54 |
| Binary | 111 | 11010111 | 11001000 | 1100001 | 0 | 111 | 10000 | 10110000 | 1011110 | 101100 |
Color Harmonies of #07D7C8
Complementary color
Monochromatic Colors of #07D7C8
Black with #07D7C8
Text Example
Text Example
White with #07D7C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07D7C8; }
p { color: rgb(7,215,200); }
H1.HeaderClassName
{
color: #07D7C8;
}
.AnyTagClassName
{
color: #07D7C8;
}
</style>
background-color css
<style>
a { background-color: #07D7C8; }
a { background-color: rgb(7,215,200); }
div.DivClassName
{
background-color: #07D7C8;
}
.BgClassName
{
background-color: #07D7C8;
}
</style>
border-color css
<style>
span { border-color: #07D7C8; }
span { border-color: rgb(7,215,200); }
td.TdClassName
{
border-color: #07D7C8;
}
.TagClassName
{
border-color: #07D7C8;
}
</style>