#7ECCD0

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

Shades of Spray #7ECCD0

Tints of Spray #7ECCD0

Color information

#7ECCD0 (or 0x7ECCD0) is unknown color: approx Spray. HEX triplet: 7E, CC and D0. RGB value is (126,204,208). Sum of RGB (Red+Green+Blue) = 126+204+208=538 (71% of max value = 765). Red value is 126 (49.61% from 255 or 23.42% from 538); Green value is 204 (80.08% from 255 or 37.92% from 538); Blue value is 208 (81.64% from 255 or 38.66% from 538); Max value from RGB is 208 - color contains mainly: blue. Hex color #7ECCD0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ECCD0 is #81332F. Grayscale: #B5B5B5. Windows color (decimal): -8467248 or 13683838. OLE color: 13683838.

HSL color Cylindrical-coordinate representation of color #7ECCD0: hue angle of 182.93º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7ECCD0 is Cyan = 0.39, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB126204208-
CMYK0.390.0200.18
HSL182.93º46.59%65.49%-
HSV(B)182.93º39.42%81.57%-
XYZ41.5852.1867.55-
YUV181.13143.1688.67-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 23.42%
GREEN value IS 204 (80.08% from 255) = 37.92%
BLUE value IS 208 (81.64% from 255) = 38.66%
R=23.42%
G=37.92%
B=38.66%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1262042080.390.0200.18182.9346.5965.49
Hex7ECCD0272012b72f41
Octal17631432047202226757101
Binary1111110110011001101000010011110010010101101111011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ECCD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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