#A1D8BF

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

Shades of Vista Blue #A1D8BF

Tints of Vista Blue #A1D8BF

Color information

#A1D8BF (or 0xA1D8BF) is unknown color: approx Vista Blue. HEX triplet: A1, D8 and BF. RGB value is (161,216,191). Sum of RGB (Red+Green+Blue) = 161+216+191=568 (75% of max value = 765). Red value is 161 (63.28% from 255 or 28.35% from 568); Green value is 216 (84.77% from 255 or 38.03% from 568); Blue value is 191 (75% from 255 or 33.63% from 568); Max value from RGB is 216 - color contains mainly: green. Hex color #A1D8BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1D8BF is #5E2740. Grayscale: #C4C4C4. Windows color (decimal): -6170433 or 12572833. OLE color: 12572833.

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

Color convert

RGB161216191-
CMYK0.2500.120.15
HSL152.73º41.35%73.92%-
HSV(B)152.73º25.46%84.71%-
XYZ48.6660.4558.39-
YUV196.7124.78102.53-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28.35%
GREEN value IS 216 (84.77% from 255) = 38.03%
BLUE value IS 191 (75% from 255) = 33.63%
R=28.35%
G=38.03%
B=33.63%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1612161910.2500.120.15152.7341.3573.92
HexA1D8BF190CF99294a
Octal241330277310141723151112
Binary10100001110110001011111111001011001111100110011010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D8BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D8BF; }

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

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

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

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

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

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

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

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