#A4DEBC

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

Shades of Vista Blue #A4DEBC

Tints of Vista Blue #A4DEBC

Color information

#A4DEBC (or 0xA4DEBC) is unknown color: approx Vista Blue. HEX triplet: A4, DE and BC. RGB value is (164,222,188). Sum of RGB (Red+Green+Blue) = 164+222+188=574 (76% of max value = 765). Red value is 164 (64.45% from 255 or 28.57% from 574); Green value is 222 (87.11% from 255 or 38.68% from 574); Blue value is 188 (73.83% from 255 or 32.75% from 574); Max value from RGB is 222 - color contains mainly: green. Hex color #A4DEBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4DEBC is #5B2143. Grayscale: #C8C8C8. Windows color (decimal): -5972292 or 12377764. OLE color: 12377764.

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

Color convert

RGB164222188-
CMYK0.2600.150.13
HSL144.83º46.77%75.69%-
HSV(B)144.83º26.13%87.06%-
XYZ50.5163.7757.22-
YUV200.78120.78101.76-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 28.57%
GREEN value IS 222 (87.11% from 255) = 38.68%
BLUE value IS 188 (73.83% from 255) = 32.75%
R=28.57%
G=38.68%
B=32.75%

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
Decimal1642221880.2600.150.13144.8346.7775.69
HexA4DEBC1A0FD912f4c
Octal244336274320171522157114
Binary10100100110111101011110011010011111101100100011011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4DEBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4DEBC; }

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

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

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

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

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

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

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

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