Shades of Robin's Egg Blue #07D9BD
Tints of Robin's Egg Blue #07D9BD
RGB
CMYK
RGB Variations
Color information
#07D9BD (or 0x07D9BD) is known color: Robin's Egg Blue. HEX triplet: 07, D9 and BD. RGB value is (7,217,189). Sum of RGB (Red+Green+Blue) = 7+217+189=413 (54% of max value = 765). Red value is 7 (3.12% from 255 or 1.69% from 413); Green value is 217 (85.16% from 255 or 52.54% from 413); Blue value is 189 (74.22% from 255 or 45.76% from 413); Max value from RGB is 217 - color contains mainly: green. Hex color #07D9BD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07D9BD is #F82642. Grayscale: #969696. Windows color (decimal): -16262723 or 12441863. OLE color: 12441863.
HSL color Cylindrical-coordinate representation of color #07D9BD: hue angle of 172º 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 #07D9BD is Cyan = 0.97, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 7 | 217 | 189 | - |
| CMYK | 0.97 | 0 | 0.13 | 0.15 |
| HSL | 172º | 0.94% | 0.44% | - |
| HSV(B) | 172º | 0.97% | 0.85% | - |
| XYZ | 34.09 | 53.35 | 56.64 | - |
| YUV | 151.02 | 149.43 | 25.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 217 | 189 | 0.97 | 0 | 0.13 | 0.15 | 172 | 0.94 | 0.44 |
| Hex | 7 | D9 | BD | 61 | 0 | D | F | AC | 5E | 2C |
| Octal | 7 | 331 | 275 | 141 | 0 | 15 | 17 | 254 | 136 | 54 |
| Binary | 111 | 11011001 | 10111101 | 1100001 | 0 | 1101 | 1111 | 10101100 | 1011110 | 101100 |
Color Harmonies of #07D9BD
Complementary color
Monochromatic Colors of #07D9BD
Black with #07D9BD
Text Example
Text Example
White with #07D9BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07D9BD; }
p { color: rgb(7,217,189); }
H1.HeaderClassName
{
color: #07D9BD;
}
.AnyTagClassName
{
color: #07D9BD;
}
</style>
background-color css
<style>
a { background-color: #07D9BD; }
a { background-color: rgb(7,217,189); }
div.DivClassName
{
background-color: #07D9BD;
}
.BgClassName
{
background-color: #07D9BD;
}
</style>
border-color css
<style>
span { border-color: #07D9BD; }
span { border-color: rgb(7,217,189); }
td.TdClassName
{
border-color: #07D9BD;
}
.TagClassName
{
border-color: #07D9BD;
}
</style>