#7ECAE0

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

Shades of Spray #7ECAE0

Tints of Spray #7ECAE0

Color information

#7ECAE0 (or 0x7ECAE0) is unknown color: approx Spray. HEX triplet: 7E, CA and E0. RGB value is (126,202,224). Sum of RGB (Red+Green+Blue) = 126+202+224=552 (73% of max value = 765). Red value is 126 (49.61% from 255 or 22.83% from 552); Green value is 202 (79.30% from 255 or 36.59% from 552); Blue value is 224 (87.89% from 255 or 40.58% from 552); Max value from RGB is 224 - color contains mainly: blue. Hex color #7ECAE0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ECAE0 is #81351F. Grayscale: #B5B5B5. Windows color (decimal): -8467744 or 14731902. OLE color: 14731902.

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

Color convert

RGB126202224-
CMYK0.440.1000.12
HSL193.47º61.25%68.63%-
HSV(B)193.47º43.75%87.84%-
XYZ43.1852.0678.29-
YUV181.78151.8288.21-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 22.83%
GREEN value IS 202 (79.30% from 255) = 36.59%
BLUE value IS 224 (87.89% from 255) = 40.58%
R=22.83%
G=36.59%
B=40.58%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1262022240.440.1000.12193.4761.2568.63
Hex7ECAE02CA0Cc13d45
Octal176312340541201430175105
Binary11111101100101011100000101100101001100110000011111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ECAE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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