Shades of Robin's Egg Blue #07DFBC
Tints of Robin's Egg Blue #07DFBC
RGB
CMYK
RGB Variations
Color information
#07DFBC (or 0x07DFBC) is known color: Robin's Egg Blue. HEX triplet: 07, DF and BC. RGB value is (7,223,188). Sum of RGB (Red+Green+Blue) = 7+223+188=418 (55% of max value = 765). Red value is 7 (3.12% from 255 or 1.67% from 418); Green value is 223 (87.5% from 255 or 53.35% from 418); Blue value is 188 (73.83% from 255 or 44.98% from 418); Max value from RGB is 223 - color contains mainly: green. Hex color #07DFBC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07DFBC is #F82043. Grayscale: #9A9A9A. Windows color (decimal): -16261188 or 12377863. OLE color: 12377863.
HSL color Cylindrical-coordinate representation of color #07DFBC: hue angle of 170.28º 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 #07DFBC is Cyan = 0.97, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 7 | 223 | 188 | - |
| CMYK | 0.97 | 0 | 0.16 | 0.13 |
| HSL | 170.28º | 0.94% | 0.45% | - |
| HSV(B) | 170.28º | 0.97% | 0.87% | - |
| XYZ | 35.55 | 56.45 | 56.6 | - |
| YUV | 154.43 | 146.94 | 22.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 223 | 188 | 0.97 | 0 | 0.16 | 0.13 | 170.28 | 0.94 | 0.45 |
| Hex | 7 | DF | BC | 61 | 0 | 10 | D | AA | 5E | 2D |
| Octal | 7 | 337 | 274 | 141 | 0 | 20 | 15 | 252 | 136 | 55 |
| Binary | 111 | 11011111 | 10111100 | 1100001 | 0 | 10000 | 1101 | 10101010 | 1011110 | 101101 |
Color Harmonies of #07DFBC
Complementary color
Monochromatic Colors of #07DFBC
Black with #07DFBC
Text Example
Text Example
White with #07DFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07DFBC; }
p { color: rgb(7,223,188); }
H1.HeaderClassName
{
color: #07DFBC;
}
.AnyTagClassName
{
color: #07DFBC;
}
</style>
background-color css
<style>
a { background-color: #07DFBC; }
a { background-color: rgb(7,223,188); }
div.DivClassName
{
background-color: #07DFBC;
}
.BgClassName
{
background-color: #07DFBC;
}
</style>
border-color css
<style>
span { border-color: #07DFBC; }
span { border-color: rgb(7,223,188); }
td.TdClassName
{
border-color: #07DFBC;
}
.TagClassName
{
border-color: #07DFBC;
}
</style>