Html Css Color HEX #7FEEAD Vista Blue

📋 copy color: '#7FEEAD'

red 127 ◦ green 238 ◦ blue 173

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

Shades of Vista Blue #7FEEAD

Tints of Vista Blue #7FEEAD

RGB

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

 GREEN value IS 238 (93.36% from 255) = 44.24%

 BLUE value IS 173 (67.97% from 255) = 32.16%

R = 23.61%
G = 44.24%
B = 32.16%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#7FEEAD (or 0x7FEEAD) is known color: Vista Blue. HEX triplet: 7F, EE and AD. RGB value is (127,238,173). Sum of RGB (Red+Green+Blue) = 127+238+173=538 (71% of max value = 765). Red value is 127 (50% from 255 or 23.61% from 538); Green value is 238 (93.36% from 255 or 44.24% from 538); Blue value is 173 (67.97% from 255 or 32.16% from 538); Max value from RGB is 238 - color contains mainly: green. Hex color #7FEEAD is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7FEEAD is #801152. Grayscale: #C5C5C5. Windows color (decimal): -8393043 or 11398783. OLE color: 11398783.

HSL color Cylindrical-coordinate representation of color #7FEEAD: hue angle of 144.86º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7FEEAD is Cyan = 0.47, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB 127 238 173 -
CMYK 0.47 0 0.27 0.07
HSL 144.86º 0.77% 0.72% -
HSV(B) 144.86º 0.47% 0.93% -
XYZ 46.87 68.68 50.32 -
YUV 197.4 114.23 77.79 -
System Red Green Blue C M Y K H S L
Decimal 127 238 173 0.47 0 0.27 0.07 144.86 0.77 0.72
Hex 7F EE AD 2F 0 1B 7 91 4D 48
Octal 177 356 255 57 0 33 7 221 115 110
Binary 1111111 11101110 10101101 101111 0 11011 111 10010001 1001101 1001000

Color Harmonies of #7FEEAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FEEAD

Black with #7FEEAD

Text Example


Text Example

White with #7FEEAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,238,173); }

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

background-color css

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

 a { background-color: rgb(127,238,173); }

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

border-color css

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

 span { border-color: rgb(127,238,173); }

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