Html Css Color HEX #7DD9A9 Vista Blue

📋 copy color: '#7DD9A9'

red 125 ◦ green 217 ◦ blue 169

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

Shades of Vista Blue #7DD9A9

Tints of Vista Blue #7DD9A9

RGB

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

 GREEN value IS 217 (85.16% from 255) = 42.47%

 BLUE value IS 169 (66.41% from 255) = 33.07%

R = 24.46%
G = 42.47%
B = 33.07%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.22

 K value IS 0.15

RGB Variations

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

Color information

#7DD9A9 (or 0x7DD9A9) is known color: Vista Blue. HEX triplet: 7D, D9 and A9. RGB value is (125,217,169). Sum of RGB (Red+Green+Blue) = 125+217+169=511 (67% of max value = 765). Red value is 125 (49.22% from 255 or 24.46% from 511); Green value is 217 (85.16% from 255 or 42.47% from 511); Blue value is 169 (66.41% from 255 or 33.07% from 511); Max value from RGB is 217 - color contains mainly: green. Hex color #7DD9A9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DD9A9 is #822656. Grayscale: #B8B8B8. Windows color (decimal): -8529495 or 11131261. OLE color: 11131261.

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

Color convert

RGB 125 217 169 -
CMYK 0.42 0 0.22 0.15
HSL 148.7º 0.55% 0.67% -
HSV(B) 148.7º 0.42% 0.85% -
XYZ 40.43 56.85 46.38 -
YUV 184.02 119.52 85.9 -
System Red Green Blue C M Y K H S L
Decimal 125 217 169 0.42 0 0.22 0.15 148.7 0.55 0.67
Hex 7D D9 A9 2A 0 16 F 95 37 43
Octal 175 331 251 52 0 26 17 225 67 103
Binary 1111101 11011001 10101001 101010 0 10110 1111 10010101 110111 1000011

Color Harmonies of #7DD9A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DD9A9

Black with #7DD9A9

Text Example


Text Example

White with #7DD9A9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,217,169); }

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

background-color css

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

 a { background-color: rgb(125,217,169); }

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

border-color css

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

 span { border-color: rgb(125,217,169); }

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