#7EDDE0

Color #7EDDE0 Spray (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spray #7EDDE0

Tints of Spray #7EDDE0

Color information

#7EDDE0 (or 0x7EDDE0) is unknown color: approx Spray. HEX triplet: 7E, DD and E0. RGB value is (126,221,224). Sum of RGB (Red+Green+Blue) = 126+221+224=571 (75% of max value = 765). Red value is 126 (49.61% from 255 or 22.07% from 571); Green value is 221 (86.72% from 255 or 38.70% from 571); Blue value is 224 (87.89% from 255 or 39.23% from 571); Max value from RGB is 224 - color contains mainly: blue. Hex color #7EDDE0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EDDE0 is #81221F. Grayscale: #C0C0C0. Windows color (decimal): -8462880 or 14736766. OLE color: 14736766.

HSL color Cylindrical-coordinate representation of color #7EDDE0: hue angle of 181.84º degrees, saturation: 0.61, 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 #7EDDE0 is Cyan = 0.44, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB126221224-
CMYK0.440.0100.12
HSL181.84º61.25%68.63%-
HSV(B)181.84º43.75%87.84%-
XYZ47.9261.5379.87-
YUV192.94145.5380.26-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 126 (49.61% from 255) = 22.07%
GREEN value IS 221 (86.72% from 255) = 38.70%
BLUE value IS 224 (87.89% from 255) = 39.23%
R=22.07%
G=38.70%
B=39.23%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1262212240.440.0100.12181.8461.2568.63
Hex7EDDE02C10Cb63d45
Octal17633534054101426675105
Binary11111101101110111100000101100101100101101101111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EDDE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7EDDE0; }

 p { color: rgb(126,221,224); }

 H1.HeaderClassName
 {
   color: #7EDDE0;
 }
 .AnyTagClassName
 {
   color: #7EDDE0;
 }
</style>
background-color css

<style>
 a { background-color: #7EDDE0; }

 a { background-color: rgb(126,221,224); }

 div.DivClassName
 {
   background-color: #7EDDE0;
 }
 .BgClassName
 {
   background-color: #7EDDE0;
 }
</style>
border-color css

<style>
 span { border-color: #7EDDE0; }

 span { border-color: rgb(126,221,224); }

 td.TdClassName
 {
   border-color: #7EDDE0;
 }
 .TagClassName
 {
   border-color: #7EDDE0;
 }
</style>