#A1DDC4

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

Shades of Vista Blue #A1DDC4

Tints of Vista Blue #A1DDC4

Color information

#A1DDC4 (or 0xA1DDC4) is unknown color: approx Vista Blue. HEX triplet: A1, DD and C4. RGB value is (161,221,196). Sum of RGB (Red+Green+Blue) = 161+221+196=578 (76% of max value = 765). Red value is 161 (63.28% from 255 or 27.85% from 578); Green value is 221 (86.72% from 255 or 38.24% from 578); Blue value is 196 (76.95% from 255 or 33.91% from 578); Max value from RGB is 221 - color contains mainly: green. Hex color #A1DDC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1DDC4 is #5E223B. Grayscale: #C8C8C8. Windows color (decimal): -6169148 or 12901793. OLE color: 12901793.

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

Color convert

RGB161221196-
CMYK0.2700.110.13
HSL155º46.88%74.9%-
HSV(B)155º27.15%86.67%-
XYZ50.5263.2861.78-
YUV200.21125.62100.03-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 27.85%
GREEN value IS 221 (86.72% from 255) = 38.24%
BLUE value IS 196 (76.95% from 255) = 33.91%
R=27.85%
G=38.24%
B=33.91%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1612211960.2700.110.1315546.8874.9
HexA1DDC41B0BD9b2f4b
Octal241335304330131523357113
Binary10100001110111011100010011011010111101100110111011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1DDC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1DDC4; }

 p { color: rgb(161,221,196); }

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

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

 a { background-color: rgb(161,221,196); }

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

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

 span { border-color: rgb(161,221,196); }

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