#A1D8BA

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

Shades of Vista Blue #A1D8BA

Tints of Vista Blue #A1D8BA

Color information

#A1D8BA (or 0xA1D8BA) is unknown color: approx Vista Blue. HEX triplet: A1, D8 and BA. RGB value is (161,216,186). Sum of RGB (Red+Green+Blue) = 161+216+186=563 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.60% from 563); Green value is 216 (84.77% from 255 or 38.37% from 563); Blue value is 186 (73.05% from 255 or 33.04% from 563); Max value from RGB is 216 - color contains mainly: green. Hex color #A1D8BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1D8BA is #5E2745. Grayscale: #C4C4C4. Windows color (decimal): -6170438 or 12245153. OLE color: 12245153.

HSL color Cylindrical-coordinate representation of color #A1D8BA: hue angle of 147.27º degrees, saturation: 0.41, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A1D8BA is Cyan = 0.25, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB161216186-
CMYK0.2500.140.15
HSL147.27º41.35%73.92%-
HSV(B)147.27º25.46%84.71%-
XYZ48.1260.2355.54-
YUV196.14122.28102.94-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28.60%
GREEN value IS 216 (84.77% from 255) = 38.37%
BLUE value IS 186 (73.05% from 255) = 33.04%
R=28.60%
G=38.37%
B=33.04%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1612161860.2500.140.15147.2741.3573.92
HexA1D8BA190EF93294a
Octal241330272310161722351112
Binary10100001110110001011101011001011101111100100111010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D8BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D8BA; }

 p { color: rgb(161,216,186); }

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

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

 a { background-color: rgb(161,216,186); }

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

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

 span { border-color: rgb(161,216,186); }

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