Html Css Color HEX #7FFAAE Vista Blue

📋 copy color: '#7FFAAE'

red 127 ◦ green 250 ◦ blue 174

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

Shades of Vista Blue #7FFAAE

Tints of Vista Blue #7FFAAE

RGB

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

 GREEN value IS 250 (98.05% from 255) = 45.37%

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

R = 23.05%
G = 45.37%
B = 31.58%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#7FFAAE (or 0x7FFAAE) is known color: Vista Blue. HEX triplet: 7F, FA and AE. RGB value is (127,250,174). Sum of RGB (Red+Green+Blue) = 127+250+174=551 (72% of max value = 765). Red value is 127 (50% from 255 or 23.05% from 551); Green value is 250 (98.05% from 255 or 45.37% from 551); Blue value is 174 (68.36% from 255 or 31.58% from 551); Max value from RGB is 250 - color contains mainly: green. Hex color #7FFAAE is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7FFAAE is #800551. Grayscale: #CCCCCC. Windows color (decimal): -8389970 or 11467391. OLE color: 11467391.

HSL color Cylindrical-coordinate representation of color #7FFAAE: hue angle of 142.93º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7FFAAE is Cyan = 0.49, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB 127 250 174 -
CMYK 0.49 0 0.30 0.02
HSL 142.93º 0.92% 0.74% -
HSV(B) 142.93º 0.49% 0.98% -
XYZ 50.58 75.94 52.04 -
YUV 204.56 110.75 72.68 -
System Red Green Blue C M Y K H S L
Decimal 127 250 174 0.49 0 0.30 0.02 142.93 0.92 0.74
Hex 7F FA AE 31 0 1E 2 8F 5C 4A
Octal 177 372 256 61 0 36 2 217 134 112
Binary 1111111 11111010 10101110 110001 0 11110 10 10001111 1011100 1001010

Color Harmonies of #7FFAAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FFAAE

Black with #7FFAAE

Text Example


Text Example

White with #7FFAAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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