#7EC3DA

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

Shades of Spray #7EC3DA

Tints of Spray #7EC3DA

Color information

#7EC3DA (or 0x7EC3DA) is unknown color: approx Spray. HEX triplet: 7E, C3 and DA. RGB value is (126,195,218). Sum of RGB (Red+Green+Blue) = 126+195+218=539 (71% of max value = 765). Red value is 126 (49.61% from 255 or 23.38% from 539); Green value is 195 (76.56% from 255 or 36.18% from 539); Blue value is 218 (85.55% from 255 or 40.45% from 539); Max value from RGB is 218 - color contains mainly: blue. Hex color #7EC3DA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EC3DA is #813C25. Grayscale: #B0B0B0. Windows color (decimal): -8469542 or 14336894. OLE color: 14336894.

HSL color Cylindrical-coordinate representation of color #7EC3DA: hue angle of 195º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7EC3DA is Cyan = 0.42, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB126195218-
CMYK0.420.1100.15
HSL195º55.42%67.45%-
HSV(B)195º42.2%85.49%-
XYZ40.7748.5373.55-
YUV176.99151.1491.63-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 23.38%
GREEN value IS 195 (76.56% from 255) = 36.18%
BLUE value IS 218 (85.55% from 255) = 40.45%
R=23.38%
G=36.18%
B=40.45%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1261952180.420.1100.1519555.4267.45
Hex7EC3DA2AB0Fc33743
Octal176303332521301730367103
Binary11111101100001111011010101010101101111110000111101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EC3DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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