#A1DCB8

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

Shades of Vista Blue #A1DCB8

Tints of Vista Blue #A1DCB8

Color information

#A1DCB8 (or 0xA1DCB8) is unknown color: approx Vista Blue. HEX triplet: A1, DC and B8. RGB value is (161,220,184). Sum of RGB (Red+Green+Blue) = 161+220+184=565 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.50% from 565); Green value is 220 (86.33% from 255 or 38.94% from 565); Blue value is 184 (72.27% from 255 or 32.57% from 565); Max value from RGB is 220 - color contains mainly: green. Hex color #A1DCB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1DCB8 is #5E2347. Grayscale: #C6C6C6. Windows color (decimal): -6169416 or 12115105. OLE color: 12115105.

HSL color Cylindrical-coordinate representation of color #A1DCB8: hue angle of 143.39º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A1DCB8 is Cyan = 0.27, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.14.

Color convert

RGB161220184-
CMYK0.2700.160.14
HSL143.39º45.74%74.71%-
HSV(B)143.39º26.82%86.27%-
XYZ48.9462.2254.78-
YUV198.26119.95101.43-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28.50%
GREEN value IS 220 (86.33% from 255) = 38.94%
BLUE value IS 184 (72.27% from 255) = 32.57%
R=28.50%
G=38.94%
B=32.57%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1612201840.2700.160.14143.3945.7474.71
HexA1DCB81B010E8f2e4b
Octal241334270330201621756113
Binary101000011101110010111000110110100001110100011111011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1DCB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1DCB8; }

 p { color: rgb(161,220,184); }

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

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

 a { background-color: rgb(161,220,184); }

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

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

 span { border-color: rgb(161,220,184); }

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