Html Css Color HEX #7FEFA6 Vista Blue

📋 copy color: '#7FEFA6'

red 127 ◦ green 239 ◦ blue 166

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

Shades of Vista Blue #7FEFA6

Tints of Vista Blue #7FEFA6

RGB

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

 GREEN value IS 239 (93.75% from 255) = 44.92%

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

R = 23.87%
G = 44.92%
B = 31.2%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.31

 K value IS 0.06

RGB Variations

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

Color information

#7FEFA6 (or 0x7FEFA6) is known color: Vista Blue. HEX triplet: 7F, EF and A6. RGB value is (127,239,166). Sum of RGB (Red+Green+Blue) = 127+239+166=532 (70% of max value = 765). Red value is 127 (50% from 255 or 23.87% from 532); Green value is 239 (93.75% from 255 or 44.92% from 532); Blue value is 166 (65.23% from 255 or 31.20% from 532); Max value from RGB is 239 - color contains mainly: green. Hex color #7FEFA6 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7FEFA6 is #801059. Grayscale: #C5C5C5. Windows color (decimal): -8392794 or 10940287. OLE color: 10940287.

HSL color Cylindrical-coordinate representation of color #7FEFA6: hue angle of 140.89º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7FEFA6 is Cyan = 0.47, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.06.

Color convert

RGB 127 239 166 -
CMYK 0.47 0 0.31 0.06
HSL 140.89º 0.78% 0.72% -
HSV(B) 140.89º 0.47% 0.94% -
XYZ 46.5 69 46.94 -
YUV 197.19 110.39 77.94 -
System Red Green Blue C M Y K H S L
Decimal 127 239 166 0.47 0 0.31 0.06 140.89 0.78 0.72
Hex 7F EF A6 2F 0 1F 6 8D 4E 48
Octal 177 357 246 57 0 37 6 215 116 110
Binary 1111111 11101111 10100110 101111 0 11111 110 10001101 1001110 1001000

Color Harmonies of #7FEFA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FEFA6

Black with #7FEFA6

Text Example


Text Example

White with #7FEFA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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