Shades of Robin's Egg Blue #07D8C8
Tints of Robin's Egg Blue #07D8C8
RGB
CMYK
RGB Variations
Color information
#07D8C8 (or 0x07D8C8) is known color: Robin's Egg Blue. HEX triplet: 07, D8 and C8. RGB value is (7,216,200). Sum of RGB (Red+Green+Blue) = 7+216+200=423 (56% of max value = 765). Red value is 7 (3.12% from 255 or 1.65% from 423); Green value is 216 (84.77% from 255 or 51.06% from 423); Blue value is 200 (78.52% from 255 or 47.28% from 423); Max value from RGB is 216 - color contains mainly: green. Hex color #07D8C8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07D8C8 is #F82737. Grayscale: #979797. Windows color (decimal): -16262968 or 13162503. OLE color: 13162503.
HSL color Cylindrical-coordinate representation of color #07D8C8: hue angle of 175.41º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07D8C8 is Cyan = 0.97, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 7 | 216 | 200 | - |
| CMYK | 0.97 | 0 | 0.07 | 0.15 |
| HSL | 175.41º | 0.94% | 0.44% | - |
| HSV(B) | 175.41º | 0.97% | 0.85% | - |
| XYZ | 35.07 | 53.33 | 63.09 | - |
| YUV | 151.69 | 155.26 | 24.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 216 | 200 | 0.97 | 0 | 0.07 | 0.15 | 175.41 | 0.94 | 0.44 |
| Hex | 7 | D8 | C8 | 61 | 0 | 7 | F | AF | 5E | 2C |
| Octal | 7 | 330 | 310 | 141 | 0 | 7 | 17 | 257 | 136 | 54 |
| Binary | 111 | 11011000 | 11001000 | 1100001 | 0 | 111 | 1111 | 10101111 | 1011110 | 101100 |
Color Harmonies of #07D8C8
Complementary color
Monochromatic Colors of #07D8C8
Black with #07D8C8
Text Example
Text Example
White with #07D8C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07D8C8; }
p { color: rgb(7,216,200); }
H1.HeaderClassName
{
color: #07D8C8;
}
.AnyTagClassName
{
color: #07D8C8;
}
</style>
background-color css
<style>
a { background-color: #07D8C8; }
a { background-color: rgb(7,216,200); }
div.DivClassName
{
background-color: #07D8C8;
}
.BgClassName
{
background-color: #07D8C8;
}
</style>
border-color css
<style>
span { border-color: #07D8C8; }
span { border-color: rgb(7,216,200); }
td.TdClassName
{
border-color: #07D8C8;
}
.TagClassName
{
border-color: #07D8C8;
}
</style>