Html Css Color HEX #7DEBAD Vista Blue

📋 copy color: '#7DEBAD'

red 125 ◦ green 235 ◦ blue 173

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

Shades of Vista Blue #7DEBAD

Tints of Vista Blue #7DEBAD

RGB

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

 GREEN value IS 235 (92.19% from 255) = 44.09%

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

R = 23.45%
G = 44.09%
B = 32.46%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.26

 K value IS 0.08

RGB Variations

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

Color information

#7DEBAD (or 0x7DEBAD) is known color: Vista Blue. HEX triplet: 7D, EB and AD. RGB value is (125,235,173). Sum of RGB (Red+Green+Blue) = 125+235+173=533 (70% of max value = 765). Red value is 125 (49.22% from 255 or 23.45% from 533); Green value is 235 (92.19% from 255 or 44.09% from 533); Blue value is 173 (67.97% from 255 or 32.46% from 533); Max value from RGB is 235 - color contains mainly: green. Hex color #7DEBAD is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7DEBAD is #821452. Grayscale: #C3C3C3. Windows color (decimal): -8524883 or 11398013. OLE color: 11398013.

HSL color Cylindrical-coordinate representation of color #7DEBAD: hue angle of 146.18º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7DEBAD is Cyan = 0.47, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB 125 235 173 -
CMYK 0.47 0 0.26 0.08
HSL 146.18º 0.73% 0.71% -
HSV(B) 146.18º 0.47% 0.92% -
XYZ 45.71 66.79 50.02 -
YUV 195.04 115.56 78.04 -
System Red Green Blue C M Y K H S L
Decimal 125 235 173 0.47 0 0.26 0.08 146.18 0.73 0.71
Hex 7D EB AD 2F 0 1A 8 92 49 47
Octal 175 353 255 57 0 32 10 222 111 107
Binary 1111101 11101011 10101101 101111 0 11010 1000 10010010 1001001 1000111

Color Harmonies of #7DEBAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DEBAD

Black with #7DEBAD

Text Example


Text Example

White with #7DEBAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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