Shades of Robin's Egg Blue #07DBBD
Tints of Robin's Egg Blue #07DBBD
RGB
CMYK
RGB Variations
Color information
#07DBBD (or 0x07DBBD) is known color: Robin's Egg Blue. HEX triplet: 07, DB and BD. RGB value is (7,219,189). Sum of RGB (Red+Green+Blue) = 7+219+189=415 (54% of max value = 765). Red value is 7 (3.12% from 255 or 1.69% from 415); Green value is 219 (85.94% from 255 or 52.77% from 415); Blue value is 189 (74.22% from 255 or 45.54% from 415); Max value from RGB is 219 - color contains mainly: green. Hex color #07DBBD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07DBBD is #F82442. Grayscale: #989898. Windows color (decimal): -16262211 or 12442375. OLE color: 12442375.
HSL color Cylindrical-coordinate representation of color #07DBBD: hue angle of 171.51º 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 #07DBBD is Cyan = 0.97, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 7 | 219 | 189 | - |
| CMYK | 0.97 | 0 | 0.14 | 0.14 |
| HSL | 171.51º | 0.94% | 0.44% | - |
| HSV(B) | 171.51º | 0.97% | 0.86% | - |
| XYZ | 34.6 | 54.38 | 56.82 | - |
| YUV | 152.19 | 148.76 | 24.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 219 | 189 | 0.97 | 0 | 0.14 | 0.14 | 171.51 | 0.94 | 0.44 |
| Hex | 7 | DB | BD | 61 | 0 | E | E | AC | 5E | 2C |
| Octal | 7 | 333 | 275 | 141 | 0 | 16 | 16 | 254 | 136 | 54 |
| Binary | 111 | 11011011 | 10111101 | 1100001 | 0 | 1110 | 1110 | 10101100 | 1011110 | 101100 |
Color Harmonies of #07DBBD
Complementary color
Monochromatic Colors of #07DBBD
Black with #07DBBD
Text Example
Text Example
White with #07DBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07DBBD; }
p { color: rgb(7,219,189); }
H1.HeaderClassName
{
color: #07DBBD;
}
.AnyTagClassName
{
color: #07DBBD;
}
</style>
background-color css
<style>
a { background-color: #07DBBD; }
a { background-color: rgb(7,219,189); }
div.DivClassName
{
background-color: #07DBBD;
}
.BgClassName
{
background-color: #07DBBD;
}
</style>
border-color css
<style>
span { border-color: #07DBBD; }
span { border-color: rgb(7,219,189); }
td.TdClassName
{
border-color: #07DBBD;
}
.TagClassName
{
border-color: #07DBBD;
}
</style>