#7ECAD1

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

Shades of Spray #7ECAD1

Tints of Spray #7ECAD1

Color information

#7ECAD1 (or 0x7ECAD1) is unknown color: approx Spray. HEX triplet: 7E, CA and D1. RGB value is (126,202,209). Sum of RGB (Red+Green+Blue) = 126+202+209=537 (71% of max value = 765). Red value is 126 (49.61% from 255 or 23.46% from 537); Green value is 202 (79.30% from 255 or 37.62% from 537); Blue value is 209 (82.03% from 255 or 38.92% from 537); Max value from RGB is 209 - color contains mainly: blue. Hex color #7ECAD1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ECAD1 is #81352E. Grayscale: #B3B3B3. Windows color (decimal): -8467759 or 13748862. OLE color: 13748862.

HSL color Cylindrical-coordinate representation of color #7ECAD1: hue angle of 185.06º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7ECAD1 is Cyan = 0.40, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB126202209-
CMYK0.400.0300.18
HSL185.06º47.43%65.69%-
HSV(B)185.06º39.71%81.96%-
XYZ41.2351.2868.05-
YUV180.07144.3289.43-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 23.46%
GREEN value IS 202 (79.30% from 255) = 37.62%
BLUE value IS 209 (82.03% from 255) = 38.92%
R=23.46%
G=37.62%
B=38.92%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1262022090.400.0300.18185.0647.4365.69
Hex7ECAD1283012b92f42
Octal17631232150302227157102
Binary1111110110010101101000110100011010010101110011011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ECAD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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