Html Css Color HEX #A1D4B2 Vista Blue

📋 copy color: '#A1D4B2'

red 161 ◦ green 212 ◦ blue 178

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

Shades of Vista Blue #A1D4B2

Tints of Vista Blue #A1D4B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 32.3%

R = 29.22%
G = 38.48%
B = 32.3%

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

#A1D4B2 (or 0xA1D4B2) is known color: Vista Blue. HEX triplet: A1, D4 and B2. RGB value is (161,212,178). Sum of RGB (Red+Green+Blue) = 161+212+178=551 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.22% from 551); Green value is 212 (83.20% from 255 or 38.48% from 551); Blue value is 178 (69.92% from 255 or 32.30% from 551); Max value from RGB is 212 - color contains mainly: green. Hex color #A1D4B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1D4B2 is #5E2B4D. Grayscale: #C0C0C0. Windows color (decimal): -6171470 or 11719841. OLE color: 11719841.

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

Color convert

RGB 161 212 178 -
CMYK 0.24 0 0.16 0.17
HSL 140º 0.37% 0.73% -
HSV(B) 140º 0.24% 0.83% -
XYZ 46.28 57.88 50.85 -
YUV 192.88 119.6 105.26 -
System Red Green Blue C M Y K H S L
Decimal 161 212 178 0.24 0 0.16 0.17 140 0.37 0.73
Hex A1 D4 B2 18 0 10 11 8C 25 49
Octal 241 324 262 30 0 20 21 214 45 111
Binary 10100001 11010100 10110010 11000 0 10000 10001 10001100 100101 1001001

Color Harmonies of #A1D4B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1D4B2

Black with #A1D4B2

Text Example


Text Example

White with #A1D4B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1D4B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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