Html Css Color HEX #7DD8AE Vista Blue

📋 copy color: '#7DD8AE'

red 125 ◦ green 216 ◦ blue 174

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

Shades of Vista Blue #7DD8AE

Tints of Vista Blue #7DD8AE

RGB

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

 GREEN value IS 216 (84.77% from 255) = 41.94%

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

R = 24.27%
G = 41.94%
B = 33.79%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#7DD8AE (or 0x7DD8AE) is known color: Vista Blue. HEX triplet: 7D, D8 and AE. RGB value is (125,216,174). Sum of RGB (Red+Green+Blue) = 125+216+174=515 (68% of max value = 765). Red value is 125 (49.22% from 255 or 24.27% from 515); Green value is 216 (84.77% from 255 or 41.94% from 515); Blue value is 174 (68.36% from 255 or 33.79% from 515); Max value from RGB is 216 - color contains mainly: green. Hex color #7DD8AE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DD8AE is #822751. Grayscale: #B8B8B8. Windows color (decimal): -8529746 or 11458685. OLE color: 11458685.

HSL color Cylindrical-coordinate representation of color #7DD8AE: hue angle of 152.31º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7DD8AE is Cyan = 0.42, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB 125 216 174 -
CMYK 0.42 0 0.19 0.15
HSL 152.31º 0.54% 0.67% -
HSV(B) 152.31º 0.42% 0.85% -
XYZ 40.65 56.53 48.81 -
YUV 184 122.35 85.92 -
System Red Green Blue C M Y K H S L
Decimal 125 216 174 0.42 0 0.19 0.15 152.31 0.54 0.67
Hex 7D D8 AE 2A 0 13 F 98 36 43
Octal 175 330 256 52 0 23 17 230 66 103
Binary 1111101 11011000 10101110 101010 0 10011 1111 10011000 110110 1000011

Color Harmonies of #7DD8AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DD8AE

Black with #7DD8AE

Text Example


Text Example

White with #7DD8AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,216,174); }

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

background-color css

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

 a { background-color: rgb(125,216,174); }

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

border-color css

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

 span { border-color: rgb(125,216,174); }

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