#A1D6BE

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

Shades of Vista Blue #A1D6BE

Tints of Vista Blue #A1D6BE

Color information

#A1D6BE (or 0xA1D6BE) is unknown color: approx Vista Blue. HEX triplet: A1, D6 and BE. RGB value is (161,214,190). Sum of RGB (Red+Green+Blue) = 161+214+190=565 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.50% from 565); Green value is 214 (83.98% from 255 or 37.88% from 565); Blue value is 190 (74.61% from 255 or 33.63% from 565); Max value from RGB is 214 - color contains mainly: green. Hex color #A1D6BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1D6BE is #5E2941. Grayscale: #C3C3C3. Windows color (decimal): -6170946 or 12506785. OLE color: 12506785.

HSL color Cylindrical-coordinate representation of color #A1D6BE: hue angle of 152.83º degrees, saturation: 0.39, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A1D6BE is Cyan = 0.25, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.16.

Color convert

RGB161214190-
CMYK0.2500.110.16
HSL152.83º39.26%73.53%-
HSV(B)152.83º24.77%83.92%-
XYZ48.0459.3957.65-
YUV195.42124.94103.45-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28.50%
GREEN value IS 214 (83.98% from 255) = 37.88%
BLUE value IS 190 (74.61% from 255) = 33.63%
R=28.50%
G=37.88%
B=33.63%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1612141900.2500.110.16152.8339.2673.53
HexA1D6BE190B1099274a
Octal241326276310132023147112
Binary101000011101011010111110110010101110000100110011001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D6BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D6BE; }

 p { color: rgb(161,214,190); }

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

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

 a { background-color: rgb(161,214,190); }

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

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

 span { border-color: rgb(161,214,190); }

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