Html Css Color HEX #A6E4BF Vista Blue

📋 copy color: '#A6E4BF'

red 166 ◦ green 228 ◦ blue 191

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

Shades of Vista Blue #A6E4BF

Tints of Vista Blue #A6E4BF

RGB

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

 GREEN value IS 228 (89.45% from 255) = 38.97%

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

R = 28.38%
G = 38.97%
B = 32.65%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.16

 K value IS 0.11

RGB Variations

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

Color information

#A6E4BF (or 0xA6E4BF) is known color: Vista Blue. HEX triplet: A6, E4 and BF. RGB value is (166,228,191). Sum of RGB (Red+Green+Blue) = 166+228+191=585 (77% of max value = 765). Red value is 166 (65.23% from 255 or 28.38% from 585); Green value is 228 (89.45% from 255 or 38.97% from 585); Blue value is 191 (75% from 255 or 32.65% from 585); Max value from RGB is 228 - color contains mainly: green. Hex color #A6E4BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6E4BF is #591B40. Grayscale: #CDCDCD. Windows color (decimal): -5839681 or 12575910. OLE color: 12575910.

HSL color Cylindrical-coordinate representation of color #A6E4BF: hue angle of 144.19º degrees, saturation: 0.53, 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 #A6E4BF is Cyan = 0.27, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.11.

Color convert

RGB 166 228 191 -
CMYK 0.27 0 0.16 0.11
HSL 144.19º 0.53% 0.77% -
HSV(B) 144.19º 0.27% 0.89% -
XYZ 52.87 67.36 59.5 -
YUV 205.24 119.96 100.01 -
System Red Green Blue C M Y K H S L
Decimal 166 228 191 0.27 0 0.16 0.11 144.19 0.53 0.77
Hex A6 E4 BF 1B 0 10 B 90 35 4D
Octal 246 344 277 33 0 20 13 220 65 115
Binary 10100110 11100100 10111111 11011 0 10000 1011 10010000 110101 1001101

Color Harmonies of #A6E4BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6E4BF

Black with #A6E4BF

Text Example


Text Example

White with #A6E4BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6E4BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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