Html Css Color HEX #A1D5BF Vista Blue

📋 copy color: '#A1D5BF'

red 161 ◦ green 213 ◦ blue 191

#A1D5BF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Vista Blue #A1D5BF

Tints of Vista Blue #A1D5BF

RGB

 RED value IS 161 (63.28% from 255) = 28.5%

 GREEN value IS 213 (83.59% from 255) = 37.7%

 BLUE value IS 191 (75% from 255) = 33.81%

R = 28.5%
G = 37.7%
B = 33.81%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.10

 K value IS 0.16

RGB Variations

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

Color information

#A1D5BF (or 0xA1D5BF) is known color: Vista Blue. HEX triplet: A1, D5 and BF. RGB value is (161,213,191). Sum of RGB (Red+Green+Blue) = 161+213+191=565 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.50% from 565); Green value is 213 (83.59% from 255 or 37.70% from 565); Blue value is 191 (75% from 255 or 33.81% from 565); Max value from RGB is 213 - color contains mainly: green. Hex color #A1D5BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1D5BF is #5E2A40. Grayscale: #C2C2C2. Windows color (decimal): -6171201 or 12572065. OLE color: 12572065.

HSL color Cylindrical-coordinate representation of color #A1D5BF: hue angle of 154.62º degrees, saturation: 0.38, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A1D5BF is Cyan = 0.24, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.16.

Color convert

RGB 161 213 191 -
CMYK 0.24 0 0.10 0.16
HSL 154.62º 0.38% 0.73% -
HSV(B) 154.62º 0.24% 0.84% -
XYZ 47.9 58.93 58.14 -
YUV 194.94 125.77 103.79 -
System Red Green Blue C M Y K H S L
Decimal 161 213 191 0.24 0 0.10 0.16 154.62 0.38 0.73
Hex A1 D5 BF 18 0 A 10 9B 26 49
Octal 241 325 277 30 0 12 20 233 46 111
Binary 10100001 11010101 10111111 11000 0 1010 10000 10011011 100110 1001001

Color Harmonies of #A1D5BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1D5BF

Black with #A1D5BF

Text Example


Text Example

White with #A1D5BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1D5BF; }

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

 H1.HeaderClassName
 {
   color: #A1D5BF;
 }
 .AnyTagClassName
 {
   color: #A1D5BF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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