#7CECAA

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

Shades of Vista Blue #7CECAA

Tints of Vista Blue #7CECAA

Color information

#7CECAA (or 0x7CECAA) is unknown color: approx Vista Blue. HEX triplet: 7C, EC and AA. RGB value is (124,236,170). Sum of RGB (Red+Green+Blue) = 124+236+170=530 (70% of max value = 765). Red value is 124 (48.83% from 255 or 23.40% from 530); Green value is 236 (92.58% from 255 or 44.53% from 530); Blue value is 170 (66.80% from 255 or 32.08% from 530); Max value from RGB is 236 - color contains mainly: green. Hex color #7CECAA is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7CECAA is #831355. Grayscale: #C3C3C3. Windows color (decimal): -8590166 or 11201660. OLE color: 11201660.

HSL color Cylindrical-coordinate representation of color #7CECAA: hue angle of 144.64º degrees, saturation: 0.75, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7CECAA is Cyan = 0.47, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.

Color convert

RGB124236170-
CMYK0.4700.280.07
HSL144.64º74.67%70.59%-
HSV(B)144.64º47.46%92.55%-
XYZ45.5667.1848.6-
YUV194.99113.8977.37-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 23.40%
GREEN value IS 236 (92.58% from 255) = 44.53%
BLUE value IS 170 (66.80% from 255) = 32.08%
R=23.40%
G=44.53%
B=32.08%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1242361700.4700.280.07144.6474.6770.59
Hex7CECAA2F01C7914b47
Octal174354252570347221113107
Binary111110011101100101010101011110111001111001000110010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CECAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,236,170); }

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

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

 a { background-color: rgb(124,236,170); }

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

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

 span { border-color: rgb(124,236,170); }

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