#7ECDE2

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

Shades of Spray #7ECDE2

Tints of Spray #7ECDE2

Color information

#7ECDE2 (or 0x7ECDE2) is unknown color: approx Spray. HEX triplet: 7E, CD and E2. RGB value is (126,205,226). Sum of RGB (Red+Green+Blue) = 126+205+226=557 (73% of max value = 765). Red value is 126 (49.61% from 255 or 22.62% from 557); Green value is 205 (80.47% from 255 or 36.80% from 557); Blue value is 226 (88.67% from 255 or 40.57% from 557); Max value from RGB is 226 - color contains mainly: blue. Hex color #7ECDE2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ECDE2 is #81321D. Grayscale: #B7B7B7. Windows color (decimal): -8466974 or 14863742. OLE color: 14863742.

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

Color convert

RGB126205226-
CMYK0.440.0900.11
HSL192.6º63.29%69.02%-
HSV(B)192.6º44.25%88.63%-
XYZ44.1653.5979.97-
YUV183.77151.8386.79-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 22.62%
GREEN value IS 205 (80.47% from 255) = 36.80%
BLUE value IS 226 (88.67% from 255) = 40.57%
R=22.62%
G=36.80%
B=40.57%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1262052260.440.0900.11192.663.2969.02
Hex7ECDE22C90Bc13f45
Octal176315342541101330177105
Binary11111101100110111100010101100100101011110000011111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ECDE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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