Shades of Robin's Egg Blue #07DCB8
Tints of Robin's Egg Blue #07DCB8
RGB
CMYK
RGB Variations
Color information
#07DCB8 (or 0x07DCB8) is known color: Robin's Egg Blue. HEX triplet: 07, DC and B8. RGB value is (7,220,184). Sum of RGB (Red+Green+Blue) = 7+220+184=411 (54% of max value = 765). Red value is 7 (3.12% from 255 or 1.70% from 411); Green value is 220 (86.33% from 255 or 53.53% from 411); Blue value is 184 (72.27% from 255 or 44.77% from 411); Max value from RGB is 220 - color contains mainly: green. Hex color #07DCB8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07DCB8 is #F82347. Grayscale: #989898. Windows color (decimal): -16261960 or 12114951. OLE color: 12114951.
HSL color Cylindrical-coordinate representation of color #07DCB8: hue angle of 169.86º 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 #07DCB8 is Cyan = 0.97, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 7 | 220 | 184 | - |
| CMYK | 0.97 | 0 | 0.16 | 0.14 |
| HSL | 169.86º | 0.94% | 0.45% | - |
| HSV(B) | 169.86º | 0.97% | 0.86% | - |
| XYZ | 34.33 | 54.69 | 54.09 | - |
| YUV | 152.21 | 145.93 | 24.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 220 | 184 | 0.97 | 0 | 0.16 | 0.14 | 169.86 | 0.94 | 0.45 |
| Hex | 7 | DC | B8 | 61 | 0 | 10 | E | AA | 5E | 2D |
| Octal | 7 | 334 | 270 | 141 | 0 | 20 | 16 | 252 | 136 | 55 |
| Binary | 111 | 11011100 | 10111000 | 1100001 | 0 | 10000 | 1110 | 10101010 | 1011110 | 101101 |
Color Harmonies of #07DCB8
Complementary color
Monochromatic Colors of #07DCB8
Black with #07DCB8
Text Example
Text Example
White with #07DCB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07DCB8; }
p { color: rgb(7,220,184); }
H1.HeaderClassName
{
color: #07DCB8;
}
.AnyTagClassName
{
color: #07DCB8;
}
</style>
background-color css
<style>
a { background-color: #07DCB8; }
a { background-color: rgb(7,220,184); }
div.DivClassName
{
background-color: #07DCB8;
}
.BgClassName
{
background-color: #07DCB8;
}
</style>
border-color css
<style>
span { border-color: #07DCB8; }
span { border-color: rgb(7,220,184); }
td.TdClassName
{
border-color: #07DCB8;
}
.TagClassName
{
border-color: #07DCB8;
}
</style>