Html Css Color HEX #7FEDA5 Vista Blue

📋 copy color: '#7FEDA5'

red 127 ◦ green 237 ◦ blue 165

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

Shades of Vista Blue #7FEDA5

Tints of Vista Blue #7FEDA5

RGB

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

 GREEN value IS 237 (92.97% from 255) = 44.8%

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

R = 24.01%
G = 44.8%
B = 31.19%

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

#7FEDA5 (or 0x7FEDA5) is known color: Vista Blue. HEX triplet: 7F, ED and A5. RGB value is (127,237,165). Sum of RGB (Red+Green+Blue) = 127+237+165=529 (70% of max value = 765). Red value is 127 (50% from 255 or 24.01% from 529); Green value is 237 (92.97% from 255 or 44.80% from 529); Blue value is 165 (64.84% from 255 or 31.19% from 529); Max value from RGB is 237 - color contains mainly: green. Hex color #7FEDA5 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7FEDA5 is #80125A. Grayscale: #C4C4C4. Windows color (decimal): -8393307 or 10874239. OLE color: 10874239.

HSL color Cylindrical-coordinate representation of color #7FEDA5: hue angle of 140.73º degrees, saturation: 0.75, 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 #7FEDA5 is Cyan = 0.46, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.07.

Color convert

RGB 127 237 165 -
CMYK 0.46 0 0.30 0.07
HSL 140.73º 0.75% 0.71% -
HSV(B) 140.73º 0.46% 0.93% -
XYZ 45.83 67.8 46.27 -
YUV 195.9 110.56 78.85 -
System Red Green Blue C M Y K H S L
Decimal 127 237 165 0.46 0 0.30 0.07 140.73 0.75 0.71
Hex 7F ED A5 2E 0 1E 7 8D 4B 47
Octal 177 355 245 56 0 36 7 215 113 107
Binary 1111111 11101101 10100101 101110 0 11110 111 10001101 1001011 1000111

Color Harmonies of #7FEDA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FEDA5

Black with #7FEDA5

Text Example


Text Example

White with #7FEDA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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