#7DDEAD

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

Shades of Vista Blue #7DDEAD

Tints of Vista Blue #7DDEAD

Color information

#7DDEAD (or 0x7DDEAD) is unknown color: approx Vista Blue. HEX triplet: 7D, DE and AD. RGB value is (125,222,173). Sum of RGB (Red+Green+Blue) = 125+222+173=520 (68% of max value = 765). Red value is 125 (49.22% from 255 or 24.04% from 520); Green value is 222 (87.11% from 255 or 42.69% from 520); Blue value is 173 (67.97% from 255 or 33.27% from 520); Max value from RGB is 222 - color contains mainly: green. Hex color #7DDEAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DDEAD is #822152. Grayscale: #BBBBBB. Windows color (decimal): -8528211 or 11394685. OLE color: 11394685.

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

Color convert

RGB125222173-
CMYK0.4400.220.13
HSL149.69º59.51%68.04%-
HSV(B)149.69º43.69%87.06%-
XYZ42.1259.6248.82-
YUV187.41119.8683.48-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 24.04%
GREEN value IS 222 (87.11% from 255) = 42.69%
BLUE value IS 173 (67.97% from 255) = 33.27%
R=24.04%
G=42.69%
B=33.27%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1252221730.4400.220.13149.6959.5168.04
Hex7DDEAD2C016D963c44
Octal175336255540261522674104
Binary111110111011110101011011011000101101101100101101111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DDEAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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