Html Css Color HEX #7DEEAC Vista Blue

📋 copy color: '#7DEEAC'

red 125 ◦ green 238 ◦ blue 172

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

Shades of Vista Blue #7DEEAC

Tints of Vista Blue #7DEEAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 32.15%

R = 23.36%
G = 44.49%
B = 32.15%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#7DEEAC (or 0x7DEEAC) is known color: Vista Blue. HEX triplet: 7D, EE and AC. RGB value is (125,238,172). Sum of RGB (Red+Green+Blue) = 125+238+172=535 (70% of max value = 765). Red value is 125 (49.22% from 255 or 23.36% from 535); Green value is 238 (93.36% from 255 or 44.49% from 535); Blue value is 172 (67.58% from 255 or 32.15% from 535); Max value from RGB is 238 - color contains mainly: green. Hex color #7DEEAC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7DEEAC is #821153. Grayscale: #C4C4C4. Windows color (decimal): -8524116 or 11333245. OLE color: 11333245.

HSL color Cylindrical-coordinate representation of color #7DEEAC: hue angle of 144.96º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7DEEAC is Cyan = 0.47, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.

Color convert

RGB 125 238 172 -
CMYK 0.47 0 0.28 0.07
HSL 144.96º 0.77% 0.71% -
HSV(B) 144.96º 0.47% 0.93% -
XYZ 46.48 68.49 49.8 -
YUV 196.69 114.06 76.87 -
System Red Green Blue C M Y K H S L
Decimal 125 238 172 0.47 0 0.28 0.07 144.96 0.77 0.71
Hex 7D EE AC 2F 0 1C 7 91 4D 47
Octal 175 356 254 57 0 34 7 221 115 107
Binary 1111101 11101110 10101100 101111 0 11100 111 10010001 1001101 1000111

Color Harmonies of #7DEEAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DEEAC

Black with #7DEEAC

Text Example


Text Example

White with #7DEEAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,238,172); }

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

background-color css

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

 a { background-color: rgb(125,238,172); }

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

border-color css

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

 span { border-color: rgb(125,238,172); }

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