#7DDFB1

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

Shades of Vista Blue #7DDFB1

Tints of Vista Blue #7DDFB1

Color information

#7DDFB1 (or 0x7DDFB1) is unknown color: approx Vista Blue. HEX triplet: 7D, DF and B1. RGB value is (125,223,177). Sum of RGB (Red+Green+Blue) = 125+223+177=525 (69% of max value = 765). Red value is 125 (49.22% from 255 or 23.81% from 525); Green value is 223 (87.5% from 255 or 42.48% from 525); Blue value is 177 (69.53% from 255 or 33.71% from 525); Max value from RGB is 223 - color contains mainly: green. Hex color #7DDFB1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DDFB1 is #82204E. Grayscale: #BCBCBC. Windows color (decimal): -8527951 or 11657085. OLE color: 11657085.

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

Color convert

RGB125223177-
CMYK0.4400.210.13
HSL151.84º60.49%68.24%-
HSV(B)151.84º43.95%87.45%-
XYZ42.7860.3150.98-
YUV188.45121.5382.74-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 23.81%
GREEN value IS 223 (87.5% from 255) = 42.48%
BLUE value IS 177 (69.53% from 255) = 33.71%
R=23.81%
G=42.48%
B=33.71%

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
Decimal1252231770.4400.210.13151.8460.4968.24
Hex7DDFB12C015D983c44
Octal175337261540251523074104
Binary111110111011111101100011011000101011101100110001111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DDFB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,223,177); }

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

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

 a { background-color: rgb(125,223,177); }

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

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

 span { border-color: rgb(125,223,177); }

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