#7EC8CE

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

Shades of Spray #7EC8CE

Tints of Spray #7EC8CE

Color information

#7EC8CE (or 0x7EC8CE) is unknown color: approx Spray. HEX triplet: 7E, C8 and CE. RGB value is (126,200,206). Sum of RGB (Red+Green+Blue) = 126+200+206=532 (70% of max value = 765). Red value is 126 (49.61% from 255 or 23.68% from 532); Green value is 200 (78.52% from 255 or 37.59% from 532); Blue value is 206 (80.86% from 255 or 38.72% from 532); Max value from RGB is 206 - color contains mainly: blue. Hex color #7EC8CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EC8CE is #813731. Grayscale: #B2B2B2. Windows color (decimal): -8468274 or 13551742. OLE color: 13551742.

HSL color Cylindrical-coordinate representation of color #7EC8CE: hue angle of 184.5º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7EC8CE is Cyan = 0.39, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB126200206-
CMYK0.390.0300.19
HSL184.5º44.94%65.1%-
HSV(B)184.5º38.83%80.78%-
XYZ40.450.265.95-
YUV178.56143.4890.51-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 23.68%
GREEN value IS 200 (78.52% from 255) = 37.59%
BLUE value IS 206 (80.86% from 255) = 38.72%
R=23.68%
G=37.59%
B=38.72%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1262002060.390.0300.19184.544.9465.1
Hex7EC8CE273013b82d41
Octal17631031647302327055101
Binary1111110110010001100111010011111010011101110001011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EC8CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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