#7DECAB

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

Shades of Vista Blue #7DECAB

Tints of Vista Blue #7DECAB

Color information

#7DECAB (or 0x7DECAB) is unknown color: approx Vista Blue. HEX triplet: 7D, EC and AB. RGB value is (125,236,171). Sum of RGB (Red+Green+Blue) = 125+236+171=532 (70% of max value = 765). Red value is 125 (49.22% from 255 or 23.50% from 532); Green value is 236 (92.58% from 255 or 44.36% from 532); Blue value is 171 (67.19% from 255 or 32.14% from 532); Max value from RGB is 236 - color contains mainly: green. Hex color #7DECAB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7DECAB is #821354. Grayscale: #C3C3C3. Windows color (decimal): -8524629 or 11267197. OLE color: 11267197.

HSL color Cylindrical-coordinate representation of color #7DECAB: hue angle of 144.86º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7DECAB is Cyan = 0.47, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.

Color convert

RGB125236171-
CMYK0.4700.280.07
HSL144.86º74.5%70.78%-
HSV(B)144.86º47.03%92.55%-
XYZ45.867.2949.1-
YUV195.4114.2377.79-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 23.50%
GREEN value IS 236 (92.58% from 255) = 44.36%
BLUE value IS 171 (67.19% from 255) = 32.14%
R=23.50%
G=44.36%
B=32.14%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1252361710.4700.280.07144.8674.570.78
Hex7DECAB2F01C7914a47
Octal175354253570347221112107
Binary111110111101100101010111011110111001111001000110010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DECAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,236,171); }

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

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

 a { background-color: rgb(125,236,171); }

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

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

 span { border-color: rgb(125,236,171); }

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