Shades of Spray #7EDCDB
Tints of Spray #7EDCDB
RGB
CMYK
RGB Variations
Color information
#7EDCDB (or 0x7EDCDB) is known color: Spray. HEX triplet: 7E, DC and DB. RGB value is (126,220,219). Sum of RGB (Red+Green+Blue) = 126+220+219=565 (74% of max value = 765). Red value is 126 (49.61% from 255 or 22.30% from 565); Green value is 220 (86.33% from 255 or 38.94% from 565); Blue value is 219 (85.94% from 255 or 38.76% from 565); Max value from RGB is 220 - color contains mainly: green. Hex color #7EDCDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EDCDB is #812324. Grayscale: #BFBFBF. Windows color (decimal): -8463141 or 14408830. OLE color: 14408830.
HSL color Cylindrical-coordinate representation of color #7EDCDB: hue angle of 179.36º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7EDCDB is Cyan = 0.43, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 126 | 220 | 219 | - |
| CMYK | 0.43 | 0 | 0.00 | 0.14 |
| HSL | 179.36º | 0.57% | 0.68% | - |
| HSV(B) | 179.36º | 0.43% | 0.86% | - |
| XYZ | 46.98 | 60.74 | 76.26 | - |
| YUV | 191.78 | 143.36 | 81.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 220 | 219 | 0.43 | 0 | 0.00 | 0.14 | 179.36 | 0.57 | 0.68 |
| Hex | 7E | DC | DB | 2B | 0 | 0 | E | B3 | 39 | 44 |
| Octal | 176 | 334 | 333 | 53 | 0 | 0 | 16 | 263 | 71 | 104 |
| Binary | 1111110 | 11011100 | 11011011 | 101011 | 0 | 0 | 1110 | 10110011 | 111001 | 1000100 |
Color Harmonies of #7EDCDB
Complementary color
Monochromatic Colors of #7EDCDB
Black with #7EDCDB
Text Example
Text Example
White with #7EDCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EDCDB; }
p { color: rgb(126,220,219); }
H1.HeaderClassName
{
color: #7EDCDB;
}
.AnyTagClassName
{
color: #7EDCDB;
}
</style>
background-color css
<style>
a { background-color: #7EDCDB; }
a { background-color: rgb(126,220,219); }
div.DivClassName
{
background-color: #7EDCDB;
}
.BgClassName
{
background-color: #7EDCDB;
}
</style>
border-color css
<style>
span { border-color: #7EDCDB; }
span { border-color: rgb(126,220,219); }
td.TdClassName
{
border-color: #7EDCDB;
}
.TagClassName
{
border-color: #7EDCDB;
}
</style>