Html Css Color HEX #7EEBAC Vista Blue

📋 copy color: '#7EEBAC'

red 126 ◦ green 235 ◦ blue 172

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

Shades of Vista Blue #7EEBAC

Tints of Vista Blue #7EEBAC

RGB

 RED value IS 126 (49.61% from 255) = 23.64%

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

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

R = 23.64%
G = 44.09%
B = 32.27%

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

#7EEBAC (or 0x7EEBAC) is known color: Vista Blue. HEX triplet: 7E, EB and AC. RGB value is (126,235,172). Sum of RGB (Red+Green+Blue) = 126+235+172=533 (70% of max value = 765). Red value is 126 (49.61% from 255 or 23.64% from 533); Green value is 235 (92.19% from 255 or 44.09% from 533); Blue value is 172 (67.58% from 255 or 32.27% from 533); Max value from RGB is 235 - color contains mainly: green. Hex color #7EEBAC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7EEBAC is #811453. Grayscale: #C3C3C3. Windows color (decimal): -8459348 or 11332478. OLE color: 11332478.

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

Color convert

RGB 126 235 172 -
CMYK 0.46 0 0.27 0.08
HSL 145.32º 0.73% 0.71% -
HSV(B) 145.32º 0.46% 0.92% -
XYZ 45.76 66.83 49.52 -
YUV 195.23 114.89 78.62 -
System Red Green Blue C M Y K H S L
Decimal 126 235 172 0.46 0 0.27 0.08 145.32 0.73 0.71
Hex 7E EB AC 2E 0 1B 8 91 49 47
Octal 176 353 254 56 0 33 10 221 111 107
Binary 1111110 11101011 10101100 101110 0 11011 1000 10010001 1001001 1000111

Color Harmonies of #7EEBAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EEBAC

Black with #7EEBAC

Text Example


Text Example

White with #7EEBAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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