Html Css Color HEX #7FEDA6 Vista Blue

📋 copy color: '#7FEDA6'

red 127 ◦ green 237 ◦ blue 166

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

Shades of Vista Blue #7FEDA6

Tints of Vista Blue #7FEDA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 31.32%

R = 23.96%
G = 44.72%
B = 31.32%

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

#7FEDA6 (or 0x7FEDA6) is known color: Vista Blue. HEX triplet: 7F, ED and A6. RGB value is (127,237,166). Sum of RGB (Red+Green+Blue) = 127+237+166=530 (70% of max value = 765). Red value is 127 (50% from 255 or 23.96% from 530); Green value is 237 (92.97% from 255 or 44.72% from 530); Blue value is 166 (65.23% from 255 or 31.32% from 530); Max value from RGB is 237 - color contains mainly: green. Hex color #7FEDA6 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7FEDA6 is #801259. Grayscale: #C4C4C4. Windows color (decimal): -8393306 or 10939775. OLE color: 10939775.

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

Color convert

RGB 127 237 166 -
CMYK 0.46 0 0.30 0.07
HSL 141.27º 0.75% 0.71% -
HSV(B) 141.27º 0.46% 0.93% -
XYZ 45.92 67.83 46.75 -
YUV 196.02 111.06 78.77 -
System Red Green Blue C M Y K H S L
Decimal 127 237 166 0.46 0 0.30 0.07 141.27 0.75 0.71
Hex 7F ED A6 2E 0 1E 7 8D 4B 47
Octal 177 355 246 56 0 36 7 215 113 107
Binary 1111111 11101101 10100110 101110 0 11110 111 10001101 1001011 1000111

Color Harmonies of #7FEDA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FEDA6

Black with #7FEDA6

Text Example


Text Example

White with #7FEDA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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