#A4DDC3

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

Shades of Vista Blue #A4DDC3

Tints of Vista Blue #A4DDC3

Color information

#A4DDC3 (or 0xA4DDC3) is unknown color: approx Vista Blue. HEX triplet: A4, DD and C3. RGB value is (164,221,195). Sum of RGB (Red+Green+Blue) = 164+221+195=580 (76% of max value = 765). Red value is 164 (64.45% from 255 or 28.28% from 580); Green value is 221 (86.72% from 255 or 38.10% from 580); Blue value is 195 (76.56% from 255 or 33.62% from 580); Max value from RGB is 221 - color contains mainly: green. Hex color #A4DDC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4DDC3 is #5B223C. Grayscale: #C9C9C9. Windows color (decimal): -5972541 or 12836260. OLE color: 12836260.

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

Color convert

RGB164221195-
CMYK0.2600.120.13
HSL152.63º45.6%75.49%-
HSV(B)152.63º25.79%86.67%-
XYZ51.0263.5561.21-
YUV200.99124.62101.61-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 28.28%
GREEN value IS 221 (86.72% from 255) = 38.10%
BLUE value IS 195 (76.56% from 255) = 33.62%
R=28.28%
G=38.10%
B=33.62%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1642211950.2600.120.13152.6345.675.49
HexA4DDC31A0CD992e4b
Octal244335303320141523156113
Binary10100100110111011100001111010011001101100110011011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4DDC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4DDC3; }

 p { color: rgb(164,221,195); }

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

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

 a { background-color: rgb(164,221,195); }

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

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

 span { border-color: rgb(164,221,195); }

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