Html Css Color HEX #A6E2BF Vista Blue

📋 copy color: '#A6E2BF'

red 166 ◦ green 226 ◦ blue 191

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

Shades of Vista Blue #A6E2BF

Tints of Vista Blue #A6E2BF

RGB

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

 GREEN value IS 226 (88.67% from 255) = 38.77%

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

R = 28.47%
G = 38.77%
B = 32.76%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.15

 K value IS 0.11

RGB Variations

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

Color information

#A6E2BF (or 0xA6E2BF) is known color: Vista Blue. HEX triplet: A6, E2 and BF. RGB value is (166,226,191). Sum of RGB (Red+Green+Blue) = 166+226+191=583 (77% of max value = 765). Red value is 166 (65.23% from 255 or 28.47% from 583); Green value is 226 (88.67% from 255 or 38.77% from 583); Blue value is 191 (75% from 255 or 32.76% from 583); Max value from RGB is 226 - color contains mainly: green. Hex color #A6E2BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6E2BF is #591D40. Grayscale: #CCCCCC. Windows color (decimal): -5840193 or 12575398. OLE color: 12575398.

HSL color Cylindrical-coordinate representation of color #A6E2BF: hue angle of 145º degrees, saturation: 0.51, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A6E2BF is Cyan = 0.27, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.11.

Color convert

RGB 166 226 191 -
CMYK 0.27 0 0.15 0.11
HSL 145º 0.51% 0.77% -
HSV(B) 145º 0.27% 0.89% -
XYZ 52.33 66.26 59.32 -
YUV 204.07 120.62 100.85 -
System Red Green Blue C M Y K H S L
Decimal 166 226 191 0.27 0 0.15 0.11 145 0.51 0.77
Hex A6 E2 BF 1B 0 F B 91 33 4D
Octal 246 342 277 33 0 17 13 221 63 115
Binary 10100110 11100010 10111111 11011 0 1111 1011 10010001 110011 1001101

Color Harmonies of #A6E2BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6E2BF

Black with #A6E2BF

Text Example


Text Example

White with #A6E2BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6E2BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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