#7edae2

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

Shades of Spray #7EDAE2

Tints of Spray #7EDAE2

Color information

#7EDAE2 (or 0x7EDAE2) is unknown color: approx Spray. HEX triplet: 7E, DA and E2. RGB value is (126,218,226). Sum of RGB (Red+Green+Blue) = 126+218+226=570 (75% of max value = 765). Red value is 126 (49.61% from 255 or 22.11% from 570); Green value is 218 (85.55% from 255 or 38.25% from 570); Blue value is 226 (88.67% from 255 or 39.65% from 570); Max value from RGB is 226 - color contains mainly: blue. Hex color #7EDAE2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EDAE2 is #81251D. Grayscale: #BFBFBF. Windows color (decimal): -8463646 or 14867070. OLE color: 14867070.

HSL color Cylindrical-coordinate representation of color #7EDAE2: hue angle of 184.8º degrees, saturation: 0.63, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7EDAE2 is Cyan = 0.44, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB126218226-
CMYK0.440.0400.11
HSL184.8º63.29%69.02%-
HSV(B)184.8º44.25%88.63%-
XYZ47.460.0781.05-
YUV191.4147.5281.35-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 22.11%
GREEN value IS 218 (85.55% from 255) = 38.25%
BLUE value IS 226 (88.67% from 255) = 39.65%
R=22.11%
G=38.25%
B=39.65%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1262182260.440.0400.11184.863.2969.02
Hex7EDAE22C40Bb93f45
Octal17633234254401327177105
Binary1111110110110101110001010110010001011101110011111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7edae2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,218,226); }

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

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

 a { background-color: rgb(126,218,226); }

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

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

 span { border-color: rgb(126,218,226); }

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