#7DDBAF

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

Shades of Vista Blue #7DDBAF

Tints of Vista Blue #7DDBAF

Color information

#7DDBAF (or 0x7DDBAF) is unknown color: approx Vista Blue. HEX triplet: 7D, DB and AF. RGB value is (125,219,175). Sum of RGB (Red+Green+Blue) = 125+219+175=519 (68% of max value = 765). Red value is 125 (49.22% from 255 or 24.08% from 519); Green value is 219 (85.94% from 255 or 42.20% from 519); Blue value is 175 (68.75% from 255 or 33.72% from 519); Max value from RGB is 219 - color contains mainly: green. Hex color #7DDBAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DDBAF is #822450. Grayscale: #B9B9B9. Windows color (decimal): -8528977 or 11524989. OLE color: 11524989.

HSL color Cylindrical-coordinate representation of color #7DDBAF: hue angle of 151.91º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7DDBAF is Cyan = 0.43, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.

Color convert

RGB125219175-
CMYK0.4300.200.14
HSL151.91º56.63%67.45%-
HSV(B)151.91º42.92%85.88%-
XYZ41.5358.1249.59-
YUV185.88121.8684.58-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 24.08%
GREEN value IS 219 (85.94% from 255) = 42.20%
BLUE value IS 175 (68.75% from 255) = 33.72%
R=24.08%
G=42.20%
B=33.72%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1252191750.4300.200.14151.9156.6367.45
Hex7DDBAF2B014E983943
Octal175333257530241623071103
Binary111110111011011101011111010110101001110100110001110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DDBAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,219,175); }

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

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

 a { background-color: rgb(125,219,175); }

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

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

 span { border-color: rgb(125,219,175); }

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