#7DDEAF

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

Shades of Vista Blue #7DDEAF

Tints of Vista Blue #7DDEAF

Color information

#7DDEAF (or 0x7DDEAF) is unknown color: approx Vista Blue. HEX triplet: 7D, DE and AF. RGB value is (125,222,175). Sum of RGB (Red+Green+Blue) = 125+222+175=522 (69% of max value = 765). Red value is 125 (49.22% from 255 or 23.95% from 522); Green value is 222 (87.11% from 255 or 42.53% from 522); Blue value is 175 (68.75% from 255 or 33.52% from 522); Max value from RGB is 222 - color contains mainly: green. Hex color #7DDEAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DDEAF is #822150. Grayscale: #BBBBBB. Windows color (decimal): -8528209 or 11525757. OLE color: 11525757.

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

Color convert

RGB125222175-
CMYK0.4400.210.13
HSL150.93º59.51%68.04%-
HSV(B)150.93º43.69%87.06%-
XYZ42.3259.749.85-
YUV187.64120.8683.32-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 23.95%
GREEN value IS 222 (87.11% from 255) = 42.53%
BLUE value IS 175 (68.75% from 255) = 33.52%
R=23.95%
G=42.53%
B=33.52%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1252221750.4400.210.13150.9359.5168.04
Hex7DDEAF2C015D973c44
Octal175336257540251522774104
Binary111110111011110101011111011000101011101100101111111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DDEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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