#7EC3DB

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

Shades of Spray #7EC3DB

Tints of Spray #7EC3DB

Color information

#7EC3DB (or 0x7EC3DB) is unknown color: approx Spray. HEX triplet: 7E, C3 and DB. RGB value is (126,195,219). Sum of RGB (Red+Green+Blue) = 126+195+219=540 (71% of max value = 765). Red value is 126 (49.61% from 255 or 23.33% from 540); Green value is 195 (76.56% from 255 or 36.11% from 540); Blue value is 219 (85.94% from 255 or 40.56% from 540); Max value from RGB is 219 - color contains mainly: blue. Hex color #7EC3DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EC3DB is #813C24. Grayscale: #B0B0B0. Windows color (decimal): -8469541 or 14402430. OLE color: 14402430.

HSL color Cylindrical-coordinate representation of color #7EC3DB: hue angle of 195.48º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7EC3DB is Cyan = 0.42, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB126195219-
CMYK0.420.1100.14
HSL195.48º56.36%67.65%-
HSV(B)195.48º42.47%85.88%-
XYZ40.9148.5874.24-
YUV177.1151.6491.55-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 23.33%
GREEN value IS 195 (76.56% from 255) = 36.11%
BLUE value IS 219 (85.94% from 255) = 40.56%
R=23.33%
G=36.11%
B=40.56%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1261952190.420.1100.14195.4856.3667.65
Hex7EC3DB2AB0Ec33844
Octal176303333521301630370104
Binary11111101100001111011011101010101101110110000111110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EC3DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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