Shades of Robin's Egg Blue #07DCC5
Tints of Robin's Egg Blue #07DCC5
RGB
CMYK
RGB Variations
Color information
#07DCC5 (or 0x07DCC5) is known color: Robin's Egg Blue. HEX triplet: 07, DC and C5. RGB value is (7,220,197). Sum of RGB (Red+Green+Blue) = 7+220+197=424 (56% of max value = 765). Red value is 7 (3.12% from 255 or 1.65% from 424); Green value is 220 (86.33% from 255 or 51.89% from 424); Blue value is 197 (77.34% from 255 or 46.46% from 424); Max value from RGB is 220 - color contains mainly: green. Hex color #07DCC5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07DCC5 is #F8233A. Grayscale: #999999. Windows color (decimal): -16261947 or 12966919. OLE color: 12966919.
HSL color Cylindrical-coordinate representation of color #07DCC5: hue angle of 173.52º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07DCC5 is Cyan = 0.97, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 7 | 220 | 197 | - |
| CMYK | 0.97 | 0 | 0.10 | 0.14 |
| HSL | 173.52º | 0.94% | 0.45% | - |
| HSV(B) | 173.52º | 0.97% | 0.86% | - |
| XYZ | 35.76 | 55.26 | 61.61 | - |
| YUV | 153.69 | 152.43 | 23.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 220 | 197 | 0.97 | 0 | 0.10 | 0.14 | 173.52 | 0.94 | 0.45 |
| Hex | 7 | DC | C5 | 61 | 0 | A | E | AE | 5E | 2D |
| Octal | 7 | 334 | 305 | 141 | 0 | 12 | 16 | 256 | 136 | 55 |
| Binary | 111 | 11011100 | 11000101 | 1100001 | 0 | 1010 | 1110 | 10101110 | 1011110 | 101101 |
Color Harmonies of #07DCC5
Complementary color
Monochromatic Colors of #07DCC5
Black with #07DCC5
Text Example
Text Example
White with #07DCC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07DCC5; }
p { color: rgb(7,220,197); }
H1.HeaderClassName
{
color: #07DCC5;
}
.AnyTagClassName
{
color: #07DCC5;
}
</style>
background-color css
<style>
a { background-color: #07DCC5; }
a { background-color: rgb(7,220,197); }
div.DivClassName
{
background-color: #07DCC5;
}
.BgClassName
{
background-color: #07DCC5;
}
</style>
border-color css
<style>
span { border-color: #07DCC5; }
span { border-color: rgb(7,220,197); }
td.TdClassName
{
border-color: #07DCC5;
}
.TagClassName
{
border-color: #07DCC5;
}
</style>