Html Css Color HEX #A6D1B9 Vista Blue

📋 copy color: '#A6D1B9'

red 166 ◦ green 209 ◦ blue 185

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

Shades of Vista Blue #A6D1B9

Tints of Vista Blue #A6D1B9

RGB

 RED value IS 166 (65.23% from 255) = 29.64%

 GREEN value IS 209 (82.03% from 255) = 37.32%

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

R = 29.64%
G = 37.32%
B = 33.04%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#A6D1B9 (or 0xA6D1B9) is known color: Vista Blue. HEX triplet: A6, D1 and B9. RGB value is (166,209,185). Sum of RGB (Red+Green+Blue) = 166+209+185=560 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.64% from 560); Green value is 209 (82.03% from 255 or 37.32% from 560); Blue value is 185 (72.66% from 255 or 33.04% from 560); Max value from RGB is 209 - color contains mainly: green. Hex color #A6D1B9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6D1B9 is #592E46. Grayscale: #C1C1C1. Windows color (decimal): -5844551 or 12177830. OLE color: 12177830.

HSL color Cylindrical-coordinate representation of color #A6D1B9: hue angle of 146.51º degrees, saturation: 0.32, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A6D1B9 is Cyan = 0.21, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB 166 209 185 -
CMYK 0.21 0 0.11 0.18
HSL 146.51º 0.32% 0.74% -
HSV(B) 146.51º 0.21% 0.82% -
XYZ 47.28 57.21 54.45 -
YUV 193.41 123.25 108.45 -
System Red Green Blue C M Y K H S L
Decimal 166 209 185 0.21 0 0.11 0.18 146.51 0.32 0.74
Hex A6 D1 B9 15 0 B 12 93 20 4A
Octal 246 321 271 25 0 13 22 223 40 112
Binary 10100110 11010001 10111001 10101 0 1011 10010 10010011 100000 1001010

Color Harmonies of #A6D1B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6D1B9

Black with #A6D1B9

Text Example


Text Example

White with #A6D1B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6D1B9; }

 p { color: rgb(166,209,185); }

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

background-color css

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

 a { background-color: rgb(166,209,185); }

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

border-color css

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

 span { border-color: rgb(166,209,185); }

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