Html Css Color HEX #7FECA5 Vista Blue

📋 copy color: '#7FECA5'

red 127 ◦ green 236 ◦ blue 165

#7FECA5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Vista Blue #7FECA5

Tints of Vista Blue #7FECA5

RGB

 RED value IS 127 (50% from 255) = 24.05%

 GREEN value IS 236 (92.58% from 255) = 44.7%

 BLUE value IS 165 (64.84% from 255) = 31.25%

R = 24.05%
G = 44.7%
B = 31.25%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.30

 K value IS 0.07

RGB Variations

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

Color information

#7FECA5 (or 0x7FECA5) is known color: Vista Blue. HEX triplet: 7F, EC and A5. RGB value is (127,236,165). Sum of RGB (Red+Green+Blue) = 127+236+165=528 (69% of max value = 765). Red value is 127 (50% from 255 or 24.05% from 528); Green value is 236 (92.58% from 255 or 44.70% from 528); Blue value is 165 (64.84% from 255 or 31.25% from 528); Max value from RGB is 236 - color contains mainly: green. Hex color #7FECA5 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7FECA5 is #80135A. Grayscale: #C3C3C3. Windows color (decimal): -8393563 or 10873983. OLE color: 10873983.

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

Color convert

RGB 127 236 165 -
CMYK 0.46 0 0.30 0.07
HSL 140.92º 0.74% 0.71% -
HSV(B) 140.92º 0.46% 0.93% -
XYZ 45.54 67.22 46.17 -
YUV 195.32 110.89 79.27 -
System Red Green Blue C M Y K H S L
Decimal 127 236 165 0.46 0 0.30 0.07 140.92 0.74 0.71
Hex 7F EC A5 2E 0 1E 7 8D 4A 47
Octal 177 354 245 56 0 36 7 215 112 107
Binary 1111111 11101100 10100101 101110 0 11110 111 10001101 1001010 1000111

Color Harmonies of #7FECA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FECA5

Black with #7FECA5

Text Example


Text Example

White with #7FECA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,236,165); }

 H1.HeaderClassName
 {
   color: #7FECA5;
 }
 .AnyTagClassName
 {
   color: #7FECA5;
 }
</style>

background-color css

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

 a { background-color: rgb(127,236,165); }

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

border-color css

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

 span { border-color: rgb(127,236,165); }

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