#7ECECF

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

Shades of Spray #7ECECF

Tints of Spray #7ECECF

Color information

#7ECECF (or 0x7ECECF) is unknown color: approx Spray. HEX triplet: 7E, CE and CF. RGB value is (126,206,207). Sum of RGB (Red+Green+Blue) = 126+206+207=539 (71% of max value = 765). Red value is 126 (49.61% from 255 or 23.38% from 539); Green value is 206 (80.86% from 255 or 38.22% from 539); Blue value is 207 (81.25% from 255 or 38.40% from 539); Max value from RGB is 207 - color contains mainly: blue. Hex color #7ECECF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ECECF is #813130. Grayscale: #B6B6B6. Windows color (decimal): -8466737 or 13618814. OLE color: 13618814.

HSL color Cylindrical-coordinate representation of color #7ECECF: hue angle of 180.74º degrees, saturation: 0.46, 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 #7ECECF is Cyan = 0.39, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB126206207-
CMYK0.390.0000.19
HSL180.74º45.76%65.29%-
HSV(B)180.74º39.13%81.18%-
XYZ41.9453.0867.07-
YUV182.1914287.92-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 23.38%
GREEN value IS 206 (80.86% from 255) = 38.22%
BLUE value IS 207 (81.25% from 255) = 38.40%
R=23.38%
G=38.22%
B=38.40%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1262062070.390.0000.19180.7445.7665.29
Hex7ECECF270013b52e41
Octal17631631747002326556101
Binary111111011001110110011111001110010011101101011011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ECECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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