Html Css Color HEX #A1D5B6 Vista Blue

📋 copy color: '#A1D5B6'

red 161 ◦ green 213 ◦ blue 182

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

Shades of Vista Blue #A1D5B6

Tints of Vista Blue #A1D5B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 32.73%

R = 28.96%
G = 38.31%
B = 32.73%

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

#A1D5B6 (or 0xA1D5B6) is known color: Vista Blue. HEX triplet: A1, D5 and B6. RGB value is (161,213,182). Sum of RGB (Red+Green+Blue) = 161+213+182=556 (73% of max value = 765). Red value is 161 (63.28% from 255 or 28.96% from 556); Green value is 213 (83.59% from 255 or 38.31% from 556); Blue value is 182 (71.48% from 255 or 32.73% from 556); Max value from RGB is 213 - color contains mainly: green. Hex color #A1D5B6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1D5B6 is #5E2A49. Grayscale: #C1C1C1. Windows color (decimal): -6171210 or 11982241. OLE color: 11982241.

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

Color convert

RGB 161 213 182 -
CMYK 0.24 0 0.15 0.16
HSL 144.23º 0.38% 0.73% -
HSV(B) 144.23º 0.24% 0.84% -
XYZ 46.94 58.54 53.08 -
YUV 193.92 121.27 104.52 -
System Red Green Blue C M Y K H S L
Decimal 161 213 182 0.24 0 0.15 0.16 144.23 0.38 0.73
Hex A1 D5 B6 18 0 F 10 90 26 49
Octal 241 325 266 30 0 17 20 220 46 111
Binary 10100001 11010101 10110110 11000 0 1111 10000 10010000 100110 1001001

Color Harmonies of #A1D5B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1D5B6

Black with #A1D5B6

Text Example


Text Example

White with #A1D5B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1D5B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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