#7ECCCF

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

Shades of Spray #7ECCCF

Tints of Spray #7ECCCF

Color information

#7ECCCF (or 0x7ECCCF) is unknown color: approx Spray. HEX triplet: 7E, CC and CF. RGB value is (126,204,207). Sum of RGB (Red+Green+Blue) = 126+204+207=537 (71% of max value = 765). Red value is 126 (49.61% from 255 or 23.46% from 537); Green value is 204 (80.08% from 255 or 37.99% from 537); Blue value is 207 (81.25% from 255 or 38.55% from 537); Max value from RGB is 207 - color contains mainly: blue. Hex color #7ECCCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ECCCF is #813330. Grayscale: #B4B4B4. Windows color (decimal): -8467249 or 13618302. OLE color: 13618302.

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

Color convert

RGB126204207-
CMYK0.390.0100.19
HSL182.22º45.76%65.29%-
HSV(B)182.22º39.13%81.18%-
XYZ41.4652.1366.91-
YUV181.02142.6688.76-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 23.46%
GREEN value IS 204 (80.08% from 255) = 37.99%
BLUE value IS 207 (81.25% from 255) = 38.55%
R=23.46%
G=37.99%
B=38.55%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1262042070.390.0100.19182.2245.7665.29
Hex7ECCCF271013b62e41
Octal17631431747102326656101
Binary111111011001100110011111001111010011101101101011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ECCCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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