Shades of Robin's Egg Blue #07DBBB
Tints of Robin's Egg Blue #07DBBB
RGB
CMYK
RGB Variations
Color information
#07DBBB (or 0x07DBBB) is known color: Robin's Egg Blue. HEX triplet: 07, DB and BB. RGB value is (7,219,187). Sum of RGB (Red+Green+Blue) = 7+219+187=413 (54% of max value = 765). Red value is 7 (3.12% from 255 or 1.69% from 413); Green value is 219 (85.94% from 255 or 53.03% from 413); Blue value is 187 (73.44% from 255 or 45.28% from 413); Max value from RGB is 219 - color contains mainly: green. Hex color #07DBBB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07DBBB is #F82444. Grayscale: #979797. Windows color (decimal): -16262213 or 12311303. OLE color: 12311303.
HSL color Cylindrical-coordinate representation of color #07DBBB: hue angle of 170.94º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07DBBB is Cyan = 0.97, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 7 | 219 | 187 | - |
| CMYK | 0.97 | 0 | 0.15 | 0.14 |
| HSL | 170.94º | 0.94% | 0.44% | - |
| HSV(B) | 170.94º | 0.97% | 0.86% | - |
| XYZ | 34.39 | 54.3 | 55.68 | - |
| YUV | 151.96 | 147.76 | 24.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 219 | 187 | 0.97 | 0 | 0.15 | 0.14 | 170.94 | 0.94 | 0.44 |
| Hex | 7 | DB | BB | 61 | 0 | F | E | AB | 5E | 2C |
| Octal | 7 | 333 | 273 | 141 | 0 | 17 | 16 | 253 | 136 | 54 |
| Binary | 111 | 11011011 | 10111011 | 1100001 | 0 | 1111 | 1110 | 10101011 | 1011110 | 101100 |
Color Harmonies of #07DBBB
Complementary color
Monochromatic Colors of #07DBBB
Black with #07DBBB
Text Example
Text Example
White with #07DBBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07DBBB; }
p { color: rgb(7,219,187); }
H1.HeaderClassName
{
color: #07DBBB;
}
.AnyTagClassName
{
color: #07DBBB;
}
</style>
background-color css
<style>
a { background-color: #07DBBB; }
a { background-color: rgb(7,219,187); }
div.DivClassName
{
background-color: #07DBBB;
}
.BgClassName
{
background-color: #07DBBB;
}
</style>
border-color css
<style>
span { border-color: #07DBBB; }
span { border-color: rgb(7,219,187); }
td.TdClassName
{
border-color: #07DBBB;
}
.TagClassName
{
border-color: #07DBBB;
}
</style>