Shades of Robin's Egg Blue #07DDB5
Tints of Robin's Egg Blue #07DDB5
RGB
CMYK
RGB Variations
Color information
#07DDB5 (or 0x07DDB5) is known color: Robin's Egg Blue. HEX triplet: 07, DD and B5. RGB value is (7,221,181). Sum of RGB (Red+Green+Blue) = 7+221+181=409 (54% of max value = 765). Red value is 7 (3.12% from 255 or 1.71% from 409); Green value is 221 (86.72% from 255 or 54.03% from 409); Blue value is 181 (71.09% from 255 or 44.25% from 409); Max value from RGB is 221 - color contains mainly: green. Hex color #07DDB5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07DDB5 is #F8224A. Grayscale: #989898. Windows color (decimal): -16261707 or 11918599. OLE color: 11918599.
HSL color Cylindrical-coordinate representation of color #07DDB5: hue angle of 168.79º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07DDB5 is Cyan = 0.97, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 7 | 221 | 181 | - |
| CMYK | 0.97 | 0 | 0.18 | 0.13 |
| HSL | 168.79º | 0.94% | 0.45% | - |
| HSV(B) | 168.79º | 0.97% | 0.87% | - |
| XYZ | 34.28 | 55.09 | 52.54 | - |
| YUV | 152.45 | 144.1 | 24.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 221 | 181 | 0.97 | 0 | 0.18 | 0.13 | 168.79 | 0.94 | 0.45 |
| Hex | 7 | DD | B5 | 61 | 0 | 12 | D | A9 | 5E | 2D |
| Octal | 7 | 335 | 265 | 141 | 0 | 22 | 15 | 251 | 136 | 55 |
| Binary | 111 | 11011101 | 10110101 | 1100001 | 0 | 10010 | 1101 | 10101001 | 1011110 | 101101 |
Color Harmonies of #07DDB5
Complementary color
Monochromatic Colors of #07DDB5
Black with #07DDB5
Text Example
Text Example
White with #07DDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07DDB5; }
p { color: rgb(7,221,181); }
H1.HeaderClassName
{
color: #07DDB5;
}
.AnyTagClassName
{
color: #07DDB5;
}
</style>
background-color css
<style>
a { background-color: #07DDB5; }
a { background-color: rgb(7,221,181); }
div.DivClassName
{
background-color: #07DDB5;
}
.BgClassName
{
background-color: #07DDB5;
}
</style>
border-color css
<style>
span { border-color: #07DDB5; }
span { border-color: rgb(7,221,181); }
td.TdClassName
{
border-color: #07DDB5;
}
.TagClassName
{
border-color: #07DDB5;
}
</style>