#7DDBAD

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

Shades of Vista Blue #7DDBAD

Tints of Vista Blue #7DDBAD

Color information

#7DDBAD (or 0x7DDBAD) is unknown color: approx Vista Blue. HEX triplet: 7D, DB and AD. RGB value is (125,219,173). Sum of RGB (Red+Green+Blue) = 125+219+173=517 (68% of max value = 765). Red value is 125 (49.22% from 255 or 24.18% from 517); Green value is 219 (85.94% from 255 or 42.36% from 517); Blue value is 173 (67.97% from 255 or 33.46% from 517); Max value from RGB is 219 - color contains mainly: green. Hex color #7DDBAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DDBAD is #822452. Grayscale: #B9B9B9. Windows color (decimal): -8528979 or 11393917. OLE color: 11393917.

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

Color convert

RGB125219173-
CMYK0.4300.210.14
HSL150.64º56.63%67.45%-
HSV(B)150.64º42.92%85.88%-
XYZ41.3358.0448.56-
YUV185.65120.8684.74-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 24.18%
GREEN value IS 219 (85.94% from 255) = 42.36%
BLUE value IS 173 (67.97% from 255) = 33.46%
R=24.18%
G=42.36%
B=33.46%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1252191730.4300.210.14150.6456.6367.45
Hex7DDBAD2B015E973943
Octal175333255530251622771103
Binary111110111011011101011011010110101011110100101111110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DDBAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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