Html Css Color HEX #A1D5B5 Vista Blue

📋 copy color: '#A1D5B5'

red 161 ◦ green 213 ◦ blue 181

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

Shades of Vista Blue #A1D5B5

Tints of Vista Blue #A1D5B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 32.61%

R = 29.01%
G = 38.38%
B = 32.61%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.15

 K value IS 0.16

RGB Variations

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

Color information

#A1D5B5 (or 0xA1D5B5) is known color: Vista Blue. HEX triplet: A1, D5 and B5. RGB value is (161,213,181). Sum of RGB (Red+Green+Blue) = 161+213+181=555 (73% of max value = 765). Red value is 161 (63.28% from 255 or 29.01% from 555); Green value is 213 (83.59% from 255 or 38.38% from 555); Blue value is 181 (71.09% from 255 or 32.61% from 555); Max value from RGB is 213 - color contains mainly: green. Hex color #A1D5B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1D5B5 is #5E2A4A. Grayscale: #C1C1C1. Windows color (decimal): -6171211 or 11916705. OLE color: 11916705.

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

Color convert

RGB 161 213 181 -
CMYK 0.24 0 0.15 0.16
HSL 143.08º 0.38% 0.73% -
HSV(B) 143.08º 0.24% 0.84% -
XYZ 46.83 58.5 52.54 -
YUV 193.8 120.77 104.6 -
System Red Green Blue C M Y K H S L
Decimal 161 213 181 0.24 0 0.15 0.16 143.08 0.38 0.73
Hex A1 D5 B5 18 0 F 10 8F 26 49
Octal 241 325 265 30 0 17 20 217 46 111
Binary 10100001 11010101 10110101 11000 0 1111 10000 10001111 100110 1001001

Color Harmonies of #A1D5B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1D5B5

Black with #A1D5B5

Text Example


Text Example

White with #A1D5B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1D5B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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