Html Css Color HEX #A1D4B3 Vista Blue

📋 copy color: '#A1D4B3'

red 161 ◦ green 212 ◦ blue 179

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

Shades of Vista Blue #A1D4B3

Tints of Vista Blue #A1D4B3

RGB

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

 GREEN value IS 212 (83.2% from 255) = 38.41%

 BLUE value IS 179 (70.31% from 255) = 32.43%

R = 29.17%
G = 38.41%
B = 32.43%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.16

 K value IS 0.17

RGB Variations

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

Color information

#A1D4B3 (or 0xA1D4B3) is known color: Vista Blue. HEX triplet: A1, D4 and B3. RGB value is (161,212,179). Sum of RGB (Red+Green+Blue) = 161+212+179=552 (73% of max value = 765). Red value is 161 (63.28% from 255 or 29.17% from 552); Green value is 212 (83.20% from 255 or 38.41% from 552); Blue value is 179 (70.31% from 255 or 32.43% from 552); Max value from RGB is 212 - color contains mainly: green. Hex color #A1D4B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1D4B3 is #5E2B4C. Grayscale: #C1C1C1. Windows color (decimal): -6171469 or 11785377. OLE color: 11785377.

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

Color convert

RGB 161 212 179 -
CMYK 0.24 0 0.16 0.17
HSL 141.18º 0.37% 0.73% -
HSV(B) 141.18º 0.24% 0.83% -
XYZ 46.38 57.92 51.38 -
YUV 192.99 120.1 105.18 -
System Red Green Blue C M Y K H S L
Decimal 161 212 179 0.24 0 0.16 0.17 141.18 0.37 0.73
Hex A1 D4 B3 18 0 10 11 8D 25 49
Octal 241 324 263 30 0 20 21 215 45 111
Binary 10100001 11010100 10110011 11000 0 10000 10001 10001101 100101 1001001

Color Harmonies of #A1D4B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1D4B3

Black with #A1D4B3

Text Example


Text Example

White with #A1D4B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1D4B3; }

 p { color: rgb(161,212,179); }

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

background-color css

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

 a { background-color: rgb(161,212,179); }

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

border-color css

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

 span { border-color: rgb(161,212,179); }

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