Html Css Color HEX #7FEEAE Vista Blue

📋 copy color: '#7FEEAE'

red 127 ◦ green 238 ◦ blue 174

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

Shades of Vista Blue #7FEEAE

Tints of Vista Blue #7FEEAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 32.28%

R = 23.56%
G = 44.16%
B = 32.28%

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

#7FEEAE (or 0x7FEEAE) is known color: Vista Blue. HEX triplet: 7F, EE and AE. RGB value is (127,238,174). Sum of RGB (Red+Green+Blue) = 127+238+174=539 (71% of max value = 765). Red value is 127 (50% from 255 or 23.56% from 539); Green value is 238 (93.36% from 255 or 44.16% from 539); Blue value is 174 (68.36% from 255 or 32.28% from 539); Max value from RGB is 238 - color contains mainly: green. Hex color #7FEEAE is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7FEEAE is #801151. Grayscale: #C5C5C5. Windows color (decimal): -8393042 or 11464319. OLE color: 11464319.

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

Color convert

RGB 127 238 174 -
CMYK 0.47 0 0.27 0.07
HSL 145.41º 0.77% 0.72% -
HSV(B) 145.41º 0.47% 0.93% -
XYZ 46.97 68.72 50.83 -
YUV 197.52 114.73 77.7 -
System Red Green Blue C M Y K H S L
Decimal 127 238 174 0.47 0 0.27 0.07 145.41 0.77 0.72
Hex 7F EE AE 2F 0 1B 7 91 4D 48
Octal 177 356 256 57 0 33 7 221 115 110
Binary 1111111 11101110 10101110 101111 0 11011 111 10010001 1001101 1001000

Color Harmonies of #7FEEAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FEEAE

Black with #7FEEAE

Text Example


Text Example

White with #7FEEAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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