#7EC8DB

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

Shades of Spray #7EC8DB

Tints of Spray #7EC8DB

Color information

#7EC8DB (or 0x7EC8DB) is unknown color: approx Spray. HEX triplet: 7E, C8 and DB. RGB value is (126,200,219). Sum of RGB (Red+Green+Blue) = 126+200+219=545 (72% of max value = 765). Red value is 126 (49.61% from 255 or 23.12% from 545); Green value is 200 (78.52% from 255 or 36.70% from 545); Blue value is 219 (85.94% from 255 or 40.18% from 545); Max value from RGB is 219 - color contains mainly: blue. Hex color #7EC8DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EC8DB is #813724. Grayscale: #B3B3B3. Windows color (decimal): -8468261 or 14403710. OLE color: 14403710.

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

Color convert

RGB126200219-
CMYK0.420.0900.14
HSL192.26º56.36%67.65%-
HSV(B)192.26º42.47%85.88%-
XYZ42.0450.8674.62-
YUV180.04149.9889.46-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 23.12%
GREEN value IS 200 (78.52% from 255) = 36.70%
BLUE value IS 219 (85.94% from 255) = 40.18%
R=23.12%
G=36.70%
B=40.18%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1262002190.420.0900.14192.2656.3667.65
Hex7EC8DB2A90Ec03844
Octal176310333521101630070104
Binary11111101100100011011011101010100101110110000001110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EC8DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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