#7DDDA9

Color #7DDDA9 Vista Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vista Blue #7DDDA9

Tints of Vista Blue #7DDDA9

Color information

#7DDDA9 (or 0x7DDDA9) is unknown color: approx Vista Blue. HEX triplet: 7D, DD and A9. RGB value is (125,221,169). Sum of RGB (Red+Green+Blue) = 125+221+169=515 (68% of max value = 765). Red value is 125 (49.22% from 255 or 24.27% from 515); Green value is 221 (86.72% from 255 or 42.91% from 515); Blue value is 169 (66.41% from 255 or 32.82% from 515); Max value from RGB is 221 - color contains mainly: green. Hex color #7DDDA9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DDDA9 is #822256. Grayscale: #BABABA. Windows color (decimal): -8528471 or 11132285. OLE color: 11132285.

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

Color convert

RGB125221169-
CMYK0.4300.240.13
HSL147.5º58.54%67.84%-
HSV(B)147.5º43.44%86.67%-
XYZ41.4858.9446.73-
YUV186.37118.284.23-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 24.27%
GREEN value IS 221 (86.72% from 255) = 42.91%
BLUE value IS 169 (66.41% from 255) = 32.82%
R=24.27%
G=42.91%
B=32.82%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1252211690.4300.240.13147.558.5467.84
Hex7DDDA92B018D943b44
Octal175335251530301522473104
Binary111110111011101101010011010110110001101100101001110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DDDA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7DDDA9;
 }
 .AnyTagClassName
 {
   color: #7DDDA9;
 }
</style>
background-color css

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

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

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

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

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

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