Html Css Color HEX #7DD8AB Vista Blue

📋 copy color: '#7DD8AB'

red 125 ◦ green 216 ◦ blue 171

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

Shades of Vista Blue #7DD8AB

Tints of Vista Blue #7DD8AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 33.4%

R = 24.41%
G = 42.19%
B = 33.4%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#7DD8AB (or 0x7DD8AB) is known color: Vista Blue. HEX triplet: 7D, D8 and AB. RGB value is (125,216,171). Sum of RGB (Red+Green+Blue) = 125+216+171=512 (67% of max value = 765). Red value is 125 (49.22% from 255 or 24.41% from 512); Green value is 216 (84.77% from 255 or 42.19% from 512); Blue value is 171 (67.19% from 255 or 33.40% from 512); Max value from RGB is 216 - color contains mainly: green. Hex color #7DD8AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DD8AB is #822754. Grayscale: #B7B7B7. Windows color (decimal): -8529749 or 11262077. OLE color: 11262077.

HSL color Cylindrical-coordinate representation of color #7DD8AB: hue angle of 150.33º 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 #7DD8AB is Cyan = 0.42, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB 125 216 171 -
CMYK 0.42 0 0.21 0.15
HSL 150.33º 0.54% 0.67% -
HSV(B) 150.33º 0.42% 0.85% -
XYZ 40.36 56.41 47.29 -
YUV 183.66 120.85 86.16 -
System Red Green Blue C M Y K H S L
Decimal 125 216 171 0.42 0 0.21 0.15 150.33 0.54 0.67
Hex 7D D8 AB 2A 0 15 F 96 36 43
Octal 175 330 253 52 0 25 17 226 66 103
Binary 1111101 11011000 10101011 101010 0 10101 1111 10010110 110110 1000011

Color Harmonies of #7DD8AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DD8AB

Black with #7DD8AB

Text Example


Text Example

White with #7DD8AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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