Html Css Color HEX #7DDEA9 Vista Blue

📋 copy color: '#7DDEA9'

red 125 ◦ green 222 ◦ blue 169

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

Shades of Vista Blue #7DDEA9

Tints of Vista Blue #7DDEA9

RGB

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

 GREEN value IS 222 (87.11% from 255) = 43.02%

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

R = 24.22%
G = 43.02%
B = 32.75%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.24

 K value IS 0.13

RGB Variations

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

Color information

#7DDEA9 (or 0x7DDEA9) is known color: Vista Blue. HEX triplet: 7D, DE and A9. RGB value is (125,222,169). Sum of RGB (Red+Green+Blue) = 125+222+169=516 (68% of max value = 765). Red value is 125 (49.22% from 255 or 24.22% from 516); Green value is 222 (87.11% from 255 or 43.02% from 516); Blue value is 169 (66.41% from 255 or 32.75% from 516); Max value from RGB is 222 - color contains mainly: green. Hex color #7DDEA9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DDEA9 is #822156. Grayscale: #BBBBBB. Windows color (decimal): -8528215 or 11132541. OLE color: 11132541.

HSL color Cylindrical-coordinate representation of color #7DDEA9: hue angle of 147.22º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7DDEA9 is Cyan = 0.44, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.

Color convert

RGB 125 222 169 -
CMYK 0.44 0 0.24 0.13
HSL 147.22º 0.6% 0.68% -
HSV(B) 147.22º 0.44% 0.87% -
XYZ 41.74 59.47 46.81 -
YUV 186.96 117.86 83.81 -
System Red Green Blue C M Y K H S L
Decimal 125 222 169 0.44 0 0.24 0.13 147.22 0.6 0.68
Hex 7D DE A9 2C 0 18 D 93 3C 44
Octal 175 336 251 54 0 30 15 223 74 104
Binary 1111101 11011110 10101001 101100 0 11000 1101 10010011 111100 1000100

Color Harmonies of #7DDEA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DDEA9

Black with #7DDEA9

Text Example


Text Example

White with #7DDEA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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