#A6DFBE

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

Shades of Vista Blue #A6DFBE

Tints of Vista Blue #A6DFBE

Color information

#A6DFBE (or 0xA6DFBE) is unknown color: approx Vista Blue. HEX triplet: A6, DF and BE. RGB value is (166,223,190). Sum of RGB (Red+Green+Blue) = 166+223+190=579 (76% of max value = 765). Red value is 166 (65.23% from 255 or 28.67% from 579); Green value is 223 (87.5% from 255 or 38.51% from 579); Blue value is 190 (74.61% from 255 or 32.82% from 579); Max value from RGB is 223 - color contains mainly: green. Hex color #A6DFBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6DFBE is #592041. Grayscale: #CACACA. Windows color (decimal): -5840962 or 12509094. OLE color: 12509094.

HSL color Cylindrical-coordinate representation of color #A6DFBE: hue angle of 145.26º degrees, saturation: 0.47, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A6DFBE is Cyan = 0.26, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.

Color convert

RGB166223190-
CMYK0.2600.150.13
HSL145.26º47.11%76.27%-
HSV(B)145.26º25.56%87.45%-
XYZ51.4164.658.47-
YUV202.19121.12102.18-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 28.67%
GREEN value IS 223 (87.5% from 255) = 38.51%
BLUE value IS 190 (74.61% from 255) = 32.82%
R=28.67%
G=38.51%
B=32.82%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1662231900.2600.150.13145.2647.1176.27
HexA6DFBE1A0FD912f4c
Octal246337276320171522157114
Binary10100110110111111011111011010011111101100100011011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6DFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6DFBE; }

 p { color: rgb(166,223,190); }

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

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

 a { background-color: rgb(166,223,190); }

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

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

 span { border-color: rgb(166,223,190); }

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