#A6DEBC

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

Shades of Vista Blue #A6DEBC

Tints of Vista Blue #A6DEBC

Color information

#A6DEBC (or 0xA6DEBC) is unknown color: approx Vista Blue. HEX triplet: A6, DE and BC. RGB value is (166,222,188). Sum of RGB (Red+Green+Blue) = 166+222+188=576 (76% of max value = 765). Red value is 166 (65.23% from 255 or 28.82% from 576); Green value is 222 (87.11% from 255 or 38.54% from 576); Blue value is 188 (73.83% from 255 or 32.64% from 576); Max value from RGB is 222 - color contains mainly: green. Hex color #A6DEBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6DEBC is #592143. Grayscale: #C9C9C9. Windows color (decimal): -5841220 or 12377766. OLE color: 12377766.

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

Color convert

RGB166222188-
CMYK0.2500.150.13
HSL143.57º45.9%76.08%-
HSV(B)143.57º25.23%87.06%-
XYZ50.9263.9857.24-
YUV201.38120.45102.76-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 28.82%
GREEN value IS 222 (87.11% from 255) = 38.54%
BLUE value IS 188 (73.83% from 255) = 32.64%
R=28.82%
G=38.54%
B=32.64%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1662221880.2500.150.13143.5745.976.08
HexA6DEBC190FD902e4c
Octal246336274310171522056114
Binary10100110110111101011110011001011111101100100001011101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6DEBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6DEBC; }

 p { color: rgb(166,222,188); }

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

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

 a { background-color: rgb(166,222,188); }

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

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

 span { border-color: rgb(166,222,188); }

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