Html Css Color HEX #A6D8BF Vista Blue

📋 copy color: '#A6D8BF'

red 166 ◦ green 216 ◦ blue 191

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

Shades of Vista Blue #A6D8BF

Tints of Vista Blue #A6D8BF

RGB

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

 GREEN value IS 216 (84.77% from 255) = 37.7%

 BLUE value IS 191 (75% from 255) = 33.33%

R = 28.97%
G = 37.7%
B = 33.33%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#A6D8BF (or 0xA6D8BF) is known color: Vista Blue. HEX triplet: A6, D8 and BF. RGB value is (166,216,191). Sum of RGB (Red+Green+Blue) = 166+216+191=573 (75% of max value = 765). Red value is 166 (65.23% from 255 or 28.97% from 573); Green value is 216 (84.77% from 255 or 37.70% from 573); Blue value is 191 (75% from 255 or 33.33% from 573); Max value from RGB is 216 - color contains mainly: green. Hex color #A6D8BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6D8BF is #592740. Grayscale: #C6C6C6. Windows color (decimal): -5842753 or 12572838. OLE color: 12572838.

HSL color Cylindrical-coordinate representation of color #A6D8BF: hue angle of 150º degrees, saturation: 0.39, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A6D8BF is Cyan = 0.23, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB 166 216 191 -
CMYK 0.23 0 0.12 0.15
HSL 150º 0.39% 0.75% -
HSV(B) 150º 0.23% 0.85% -
XYZ 49.69 60.98 58.44 -
YUV 198.2 123.94 105.03 -
System Red Green Blue C M Y K H S L
Decimal 166 216 191 0.23 0 0.12 0.15 150 0.39 0.75
Hex A6 D8 BF 17 0 C F 96 27 4B
Octal 246 330 277 27 0 14 17 226 47 113
Binary 10100110 11011000 10111111 10111 0 1100 1111 10010110 100111 1001011

Color Harmonies of #A6D8BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6D8BF

Black with #A6D8BF

Text Example


Text Example

White with #A6D8BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6D8BF; }

 p { color: rgb(166,216,191); }

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

background-color css

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

 a { background-color: rgb(166,216,191); }

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

border-color css

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

 span { border-color: rgb(166,216,191); }

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