Shades of Spray #7EDDE1
Tints of Spray #7EDDE1
RGB
CMYK
RGB Variations
Color information
#7EDDE1 (or 0x7EDDE1) is known color: Spray. HEX triplet: 7E, DD and E1. RGB value is (126,221,225). Sum of RGB (Red+Green+Blue) = 126+221+225=572 (75% of max value = 765). Red value is 126 (49.61% from 255 or 22.03% from 572); Green value is 221 (86.72% from 255 or 38.64% from 572); Blue value is 225 (88.28% from 255 or 39.34% from 572); Max value from RGB is 225 - color contains mainly: blue. Hex color #7EDDE1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EDDE1 is #81221E. Grayscale: #C0C0C0. Windows color (decimal): -8462879 or 14802302. OLE color: 14802302.
HSL color Cylindrical-coordinate representation of color #7EDDE1: hue angle of 182.42º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7EDDE1 is Cyan = 0.44, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 126 | 221 | 225 | - |
| CMYK | 0.44 | 0.02 | 0 | 0.12 |
| HSL | 182.42º | 0.62% | 0.69% | - |
| HSV(B) | 182.42º | 0.44% | 0.88% | - |
| XYZ | 48.05 | 61.58 | 80.59 | - |
| YUV | 193.05 | 146.03 | 80.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 221 | 225 | 0.44 | 0.02 | 0 | 0.12 | 182.42 | 0.62 | 0.69 |
| Hex | 7E | DD | E1 | 2C | 2 | 0 | C | B6 | 3E | 45 |
| Octal | 176 | 335 | 341 | 54 | 2 | 0 | 14 | 266 | 76 | 105 |
| Binary | 1111110 | 11011101 | 11100001 | 101100 | 10 | 0 | 1100 | 10110110 | 111110 | 1000101 |
Color Harmonies of #7EDDE1
Complementary color
Monochromatic Colors of #7EDDE1
Black with #7EDDE1
Text Example
Text Example
White with #7EDDE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EDDE1; }
p { color: rgb(126,221,225); }
H1.HeaderClassName
{
color: #7EDDE1;
}
.AnyTagClassName
{
color: #7EDDE1;
}
</style>
background-color css
<style>
a { background-color: #7EDDE1; }
a { background-color: rgb(126,221,225); }
div.DivClassName
{
background-color: #7EDDE1;
}
.BgClassName
{
background-color: #7EDDE1;
}
</style>
border-color css
<style>
span { border-color: #7EDDE1; }
span { border-color: rgb(126,221,225); }
td.TdClassName
{
border-color: #7EDDE1;
}
.TagClassName
{
border-color: #7EDDE1;
}
</style>