Shades of Spray #7EDBDB
Tints of Spray #7EDBDB
RGB
CMYK
RGB Variations
Color information
#7EDBDB (or 0x7EDBDB) is known color: Spray. HEX triplet: 7E, DB and DB. RGB value is (126,219,219). Sum of RGB (Red+Green+Blue) = 126+219+219=564 (74% of max value = 765). Red value is 126 (49.61% from 255 or 22.34% from 564); Green value is 219 (85.94% from 255 or 38.83% from 564); Blue value is 219 (85.94% from 255 or 38.83% from 564); Max value from RGB is 219 - color contains mainly: green, blue. Hex color #7EDBDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EDBDB is #812424. Grayscale: #BFBFBF. Windows color (decimal): -8463397 or 14408574. OLE color: 14408574.
HSL color Cylindrical-coordinate representation of color #7EDBDB: hue angle of 180º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7EDBDB is Cyan = 0.42, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 126 | 219 | 219 | - |
| CMYK | 0.42 | 0 | 0 | 0.14 |
| HSL | 180º | 0.56% | 0.68% | - |
| HSV(B) | 180º | 0.42% | 0.86% | - |
| XYZ | 46.72 | 60.21 | 76.18 | - |
| YUV | 191.19 | 143.69 | 81.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 219 | 219 | 0.42 | 0 | 0 | 0.14 | 180 | 0.56 | 0.68 |
| Hex | 7E | DB | DB | 2A | 0 | 0 | E | B4 | 38 | 44 |
| Octal | 176 | 333 | 333 | 52 | 0 | 0 | 16 | 264 | 70 | 104 |
| Binary | 1111110 | 11011011 | 11011011 | 101010 | 0 | 0 | 1110 | 10110100 | 111000 | 1000100 |
Color Harmonies of #7EDBDB
Complementary color
Monochromatic Colors of #7EDBDB
Black with #7EDBDB
Text Example
Text Example
White with #7EDBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EDBDB; }
p { color: rgb(126,219,219); }
H1.HeaderClassName
{
color: #7EDBDB;
}
.AnyTagClassName
{
color: #7EDBDB;
}
</style>
background-color css
<style>
a { background-color: #7EDBDB; }
a { background-color: rgb(126,219,219); }
div.DivClassName
{
background-color: #7EDBDB;
}
.BgClassName
{
background-color: #7EDBDB;
}
</style>
border-color css
<style>
span { border-color: #7EDBDB; }
span { border-color: rgb(126,219,219); }
td.TdClassName
{
border-color: #7EDBDB;
}
.TagClassName
{
border-color: #7EDBDB;
}
</style>