#7ECCD1

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

Shades of Spray #7ECCD1

Tints of Spray #7ECCD1

Color information

#7ECCD1 (or 0x7ECCD1) is unknown color: approx Spray. HEX triplet: 7E, CC and D1. RGB value is (126,204,209). Sum of RGB (Red+Green+Blue) = 126+204+209=539 (71% of max value = 765). Red value is 126 (49.61% from 255 or 23.38% from 539); Green value is 204 (80.08% from 255 or 37.85% from 539); Blue value is 209 (82.03% from 255 or 38.78% from 539); Max value from RGB is 209 - color contains mainly: blue. Hex color #7ECCD1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ECCD1 is #81332E. Grayscale: #B5B5B5. Windows color (decimal): -8467247 or 13749374. OLE color: 13749374.

HSL color Cylindrical-coordinate representation of color #7ECCD1: hue angle of 183.61º 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 #7ECCD1 is Cyan = 0.40, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB126204209-
CMYK0.400.0200.18
HSL183.61º47.43%65.69%-
HSV(B)183.61º39.71%81.96%-
XYZ41.7152.2268.2-
YUV181.25143.6688.59-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 23.38%
GREEN value IS 204 (80.08% from 255) = 37.85%
BLUE value IS 209 (82.03% from 255) = 38.78%
R=23.38%
G=37.85%
B=38.78%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1262042090.400.0200.18183.6147.4365.69
Hex7ECCD1282012b82f42
Octal17631432150202227057102
Binary1111110110011001101000110100010010010101110001011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ECCD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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