Html Css Color HEX #7EDFAF Vista Blue

📋 copy color: '#7EDFAF'

red 126 ◦ green 223 ◦ blue 175

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

Shades of Vista Blue #7EDFAF

Tints of Vista Blue #7EDFAF

RGB

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

 GREEN value IS 223 (87.5% from 255) = 42.56%

 BLUE value IS 175 (68.75% from 255) = 33.4%

R = 24.05%
G = 42.56%
B = 33.4%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#7EDFAF (or 0x7EDFAF) is known color: Vista Blue. HEX triplet: 7E, DF and AF. RGB value is (126,223,175). Sum of RGB (Red+Green+Blue) = 126+223+175=524 (69% of max value = 765). Red value is 126 (49.61% from 255 or 24.05% from 524); Green value is 223 (87.5% from 255 or 42.56% from 524); Blue value is 175 (68.75% from 255 or 33.40% from 524); Max value from RGB is 223 - color contains mainly: green. Hex color #7EDFAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EDFAF is #812050. Grayscale: #BCBCBC. Windows color (decimal): -8462417 or 11526014. OLE color: 11526014.

HSL color Cylindrical-coordinate representation of color #7EDFAF: hue angle of 150.31º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7EDFAF is Cyan = 0.43, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB 126 223 175 -
CMYK 0.43 0 0.22 0.13
HSL 150.31º 0.6% 0.68% -
HSV(B) 150.31º 0.43% 0.87% -
XYZ 42.73 60.31 49.95 -
YUV 188.53 120.36 83.4 -
System Red Green Blue C M Y K H S L
Decimal 126 223 175 0.43 0 0.22 0.13 150.31 0.6 0.68
Hex 7E DF AF 2B 0 16 D 96 3C 44
Octal 176 337 257 53 0 26 15 226 74 104
Binary 1111110 11011111 10101111 101011 0 10110 1101 10010110 111100 1000100

Color Harmonies of #7EDFAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EDFAF

Black with #7EDFAF

Text Example


Text Example

White with #7EDFAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,223,175); }

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

background-color css

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

 a { background-color: rgb(126,223,175); }

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

border-color css

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

 span { border-color: rgb(126,223,175); }

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