Html Css Color HEX #7DF9AD Vista Blue

📋 copy color: '#7DF9AD'

red 125 ◦ green 249 ◦ blue 173

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

Shades of Vista Blue #7DF9AD

Tints of Vista Blue #7DF9AD

RGB

 RED value IS 125 (49.22% from 255) = 22.85%

 GREEN value IS 249 (97.66% from 255) = 45.52%

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

R = 22.85%
G = 45.52%
B = 31.63%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#7DF9AD (or 0x7DF9AD) is known color: Vista Blue. HEX triplet: 7D, F9 and AD. RGB value is (125,249,173). Sum of RGB (Red+Green+Blue) = 125+249+173=547 (72% of max value = 765). Red value is 125 (49.22% from 255 or 22.85% from 547); Green value is 249 (97.66% from 255 or 45.52% from 547); Blue value is 173 (67.97% from 255 or 31.63% from 547); Max value from RGB is 249 - color contains mainly: green. Hex color #7DF9AD is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7DF9AD is #820652. Grayscale: #CBCBCB. Windows color (decimal): -8521299 or 11401597. OLE color: 11401597.

HSL color Cylindrical-coordinate representation of color #7DF9AD: hue angle of 143.23º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7DF9AD is Cyan = 0.50, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.02.

Color convert

RGB 125 249 173 -
CMYK 0.50 0 0.31 0.02
HSL 143.23º 0.91% 0.73% -
HSV(B) 143.23º 0.5% 0.98% -
XYZ 49.88 75.13 51.41 -
YUV 203.26 110.92 72.18 -
System Red Green Blue C M Y K H S L
Decimal 125 249 173 0.50 0 0.31 0.02 143.23 0.91 0.73
Hex 7D F9 AD 32 0 1F 2 8F 5B 49
Octal 175 371 255 62 0 37 2 217 133 111
Binary 1111101 11111001 10101101 110010 0 11111 10 10001111 1011011 1001001

Color Harmonies of #7DF9AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DF9AD

Black with #7DF9AD

Text Example


Text Example

White with #7DF9AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,249,173); }

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

background-color css

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

 a { background-color: rgb(125,249,173); }

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

border-color css

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

 span { border-color: rgb(125,249,173); }

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