Html Css Color HEX #A1D4B9 Vista Blue

📋 copy color: '#A1D4B9'

red 161 ◦ green 212 ◦ blue 185

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

Shades of Vista Blue #A1D4B9

Tints of Vista Blue #A1D4B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 33.15%

R = 28.85%
G = 37.99%
B = 33.15%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.13

 K value IS 0.17

RGB Variations

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

Color information

#A1D4B9 (or 0xA1D4B9) is known color: Vista Blue. HEX triplet: A1, D4 and B9. RGB value is (161,212,185). Sum of RGB (Red+Green+Blue) = 161+212+185=558 (73% of max value = 765). Red value is 161 (63.28% from 255 or 28.85% from 558); Green value is 212 (83.20% from 255 or 37.99% from 558); Blue value is 185 (72.66% from 255 or 33.15% from 558); Max value from RGB is 212 - color contains mainly: green. Hex color #A1D4B9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1D4B9 is #5E2B46. Grayscale: #C1C1C1. Windows color (decimal): -6171463 or 12178593. OLE color: 12178593.

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

Color convert

RGB 161 212 185 -
CMYK 0.24 0 0.13 0.17
HSL 148.24º 0.37% 0.73% -
HSV(B) 148.24º 0.24% 0.83% -
XYZ 47 58.17 54.65 -
YUV 193.67 123.1 104.7 -
System Red Green Blue C M Y K H S L
Decimal 161 212 185 0.24 0 0.13 0.17 148.24 0.37 0.73
Hex A1 D4 B9 18 0 D 11 94 25 49
Octal 241 324 271 30 0 15 21 224 45 111
Binary 10100001 11010100 10111001 11000 0 1101 10001 10010100 100101 1001001

Color Harmonies of #A1D4B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1D4B9

Black with #A1D4B9

Text Example


Text Example

White with #A1D4B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1D4B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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