#7DDDB0

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

Shades of Vista Blue #7DDDB0

Tints of Vista Blue #7DDDB0

Color information

#7DDDB0 (or 0x7DDDB0) is unknown color: approx Vista Blue. HEX triplet: 7D, DD and B0. RGB value is (125,221,176). Sum of RGB (Red+Green+Blue) = 125+221+176=522 (69% of max value = 765). Red value is 125 (49.22% from 255 or 23.95% from 522); Green value is 221 (86.72% from 255 or 42.34% from 522); Blue value is 176 (69.14% from 255 or 33.72% from 522); Max value from RGB is 221 - color contains mainly: green. Hex color #7DDDB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DDDB0 is #82224F. Grayscale: #BBBBBB. Windows color (decimal): -8528464 or 11591037. OLE color: 11591037.

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

Color convert

RGB125221176-
CMYK0.4300.200.13
HSL151.88º58.54%67.84%-
HSV(B)151.88º43.44%86.67%-
XYZ42.1559.2150.28-
YUV187.17121.783.66-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 23.95%
GREEN value IS 221 (86.72% from 255) = 42.34%
BLUE value IS 176 (69.14% from 255) = 33.72%
R=23.95%
G=42.34%
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.13
SystemRedGreenBlueCMYKHSL
Decimal1252211760.4300.200.13151.8858.5467.84
Hex7DDDB02B014D983b44
Octal175335260530241523073104
Binary111110111011101101100001010110101001101100110001110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DDDB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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