Html Css Color HEX #7FEBAC Vista Blue

📋 copy color: '#7FEBAC'

red 127 ◦ green 235 ◦ blue 172

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

Shades of Vista Blue #7FEBAC

Tints of Vista Blue #7FEBAC

RGB

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

 GREEN value IS 235 (92.19% from 255) = 44.01%

 BLUE value IS 172 (67.58% from 255) = 32.21%

R = 23.78%
G = 44.01%
B = 32.21%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.27

 K value IS 0.08

RGB Variations

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

Color information

#7FEBAC (or 0x7FEBAC) is known color: Vista Blue. HEX triplet: 7F, EB and AC. RGB value is (127,235,172). Sum of RGB (Red+Green+Blue) = 127+235+172=534 (70% of max value = 765). Red value is 127 (50% from 255 or 23.78% from 534); Green value is 235 (92.19% from 255 or 44.01% from 534); Blue value is 172 (67.58% from 255 or 32.21% from 534); Max value from RGB is 235 - color contains mainly: green. Hex color #7FEBAC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7FEBAC is #801453. Grayscale: #C3C3C3. Windows color (decimal): -8393812 or 11332479. OLE color: 11332479.

HSL color Cylindrical-coordinate representation of color #7FEBAC: hue angle of 145º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7FEBAC is Cyan = 0.46, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.08.

Color convert

RGB 127 235 172 -
CMYK 0.46 0 0.27 0.08
HSL 145º 0.73% 0.71% -
HSV(B) 145º 0.46% 0.92% -
XYZ 45.91 66.91 49.52 -
YUV 195.53 114.72 79.12 -
System Red Green Blue C M Y K H S L
Decimal 127 235 172 0.46 0 0.27 0.08 145 0.73 0.71
Hex 7F EB AC 2E 0 1B 8 91 49 47
Octal 177 353 254 56 0 33 10 221 111 107
Binary 1111111 11101011 10101100 101110 0 11011 1000 10010001 1001001 1000111

Color Harmonies of #7FEBAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FEBAC

Black with #7FEBAC

Text Example


Text Example

White with #7FEBAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,235,172); }

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

background-color css

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

 a { background-color: rgb(127,235,172); }

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

border-color css

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

 span { border-color: rgb(127,235,172); }

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